case class Cms(id: Int = 0, title: String = "", subtitle: Option[String] = None, idCategory: Int = 0, comment: Option[String] = None, author: Option[String] = None, footer: Option[String] = None, footerContent: Option[String] = None, link: Option[String] = None, authorization: Option[String] = None, status: Option[Int] = None, updateDate: Option[DateTime] = None, order: Option[Int] = None, levelContent: Option[Int] = None, dateDebut: Option[DateTime] = None, dateFin: Option[DateTime] = None, loginMaj: Option[String] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cms
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Cms(id: Int = 0, title: String = "", subtitle: Option[String] = None, idCategory: Int = 0, comment: Option[String] = None, author: Option[String] = None, footer: Option[String] = None, footerContent: Option[String] = None, link: Option[String] = None, authorization: Option[String] = None, status: Option[Int] = None, updateDate: Option[DateTime] = None, order: Option[Int] = None, levelContent: Option[Int] = None, dateDebut: Option[DateTime] = None, dateFin: Option[DateTime] = None, loginMaj: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val author: Option[String]
  6. val authorization: Option[String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val comment: Option[String]
  9. val dateDebut: Option[DateTime]
  10. val dateFin: Option[DateTime]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val footer: Option[String]
  13. val footerContent: Option[String]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. val id: Int
  16. val idCategory: Int
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val levelContent: Option[Int]
  19. val link: Option[String]
  20. val loginMaj: Option[String]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. val order: Option[Int]
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val status: Option[Int]
  27. val subtitle: Option[String]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val title: String
  30. val updateDate: Option[DateTime]
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped