case class EditionOwner(idOwner: Option[Int] = Some(-1), civilityOwner: Option[String] = Some(""), nameOwner: Option[String] = Some(""), birthDateOwner: Option[String] = Some(""), addressOwner: Option[String] = Some(""), additionalAddressOwner: Option[String] = Some(""), cityOwner: Option[String] = Some(""), postalCodeOwner: Option[String] = Some(""), phoneOwner: Option[String] = Some(""), mobilePhoneOwner: Option[String] = Some(""), faxOwner: Option[String] = Some(""), emailOwner: Option[String] = Some(""), commentOwner: Option[String] = Some("")) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EditionOwner
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EditionOwner(owner: UpdatedContributorWithLinks, contact: Contact)(implicit sandreCodeDao: SandreCodeDao, cityDao: CityDao)
- new EditionOwner(owner: UpdatedContributorWithLinks)(implicit cityDao: CityDao)
- new EditionOwner(contact: Contact)(implicit sandreCodeDao: SandreCodeDao, cityDao: CityDao)
- new EditionOwner(idOwner: Option[Int] = Some(-1), civilityOwner: Option[String] = Some(""), nameOwner: Option[String] = Some(""), birthDateOwner: Option[String] = Some(""), addressOwner: Option[String] = Some(""), additionalAddressOwner: Option[String] = Some(""), cityOwner: Option[String] = Some(""), postalCodeOwner: Option[String] = Some(""), phoneOwner: Option[String] = Some(""), mobilePhoneOwner: Option[String] = Some(""), faxOwner: Option[String] = Some(""), emailOwner: Option[String] = Some(""), commentOwner: Option[String] = Some(""))
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val additionalAddressOwner: Option[String]
- val addressOwner: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val birthDateOwner: Option[String]
- val cityOwner: Option[String]
- val civilityOwner: Option[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val commentOwner: Option[String]
- val emailOwner: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val faxOwner: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idOwner: Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mobilePhoneOwner: Option[String]
- val nameOwner: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val phoneOwner: Option[String]
- val postalCodeOwner: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)