case class ExportConsumptionExploitation(codification: Option[String], userType: Option[String], username: Option[String], siret: Option[String], point: Option[String], pointStartDate: Option[DateTime], pointEndDate: Option[DateTime], sampleType: Option[String], sampleNature: Option[String], municipalityCode: Option[String], municipalityName: Option[String], cadastralParcel: Option[String], parcel: Option[String], section: Option[String], watershed: Option[String], idUge: Option[String], nameUge: Option[String], idUnderUge: Option[String], nameUnderUge: Option[String], pump: Option[String], pumpStartDate: Option[DateTime], pumpEndDate: Option[DateTime], counter: Option[String], counterStartDate: Option[DateTime], counterEndDate: Option[DateTime], measureType: Option[String], measureDate: Option[DateTime], measureDateEnd: Option[DateTime], measure: Option[Double], readingCoefficient: Option[Double]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExportConsumptionExploitation
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExportConsumptionExploitation(codification: Option[String], userType: Option[String], username: Option[String], siret: Option[String], point: Option[String], pointStartDate: Option[DateTime], pointEndDate: Option[DateTime], sampleType: Option[String], sampleNature: Option[String], municipalityCode: Option[String], municipalityName: Option[String], cadastralParcel: Option[String], parcel: Option[String], section: Option[String], watershed: Option[String], idUge: Option[String], nameUge: Option[String], idUnderUge: Option[String], nameUnderUge: Option[String], pump: Option[String], pumpStartDate: Option[DateTime], pumpEndDate: Option[DateTime], counter: Option[String], counterStartDate: Option[DateTime], counterEndDate: Option[DateTime], measureType: Option[String], measureDate: Option[DateTime], measureDateEnd: Option[DateTime], measure: Option[Double], readingCoefficient: Option[Double])
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cadastralParcel: Option[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val codification: Option[String]
- val counter: Option[String]
- val counterEndDate: Option[DateTime]
- val counterStartDate: Option[DateTime]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idUge: Option[String]
- val idUnderUge: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val measure: Option[Double]
- val measureDate: Option[DateTime]
- val measureDateEnd: Option[DateTime]
- val measureType: Option[String]
- val municipalityCode: Option[String]
- val municipalityName: Option[String]
- val nameUge: Option[String]
- val nameUnderUge: 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 parcel: Option[String]
- val point: Option[String]
- val pointEndDate: Option[DateTime]
- val pointStartDate: Option[DateTime]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pump: Option[String]
- val pumpEndDate: Option[DateTime]
- val pumpStartDate: Option[DateTime]
- val readingCoefficient: Option[Double]
- val sampleNature: Option[String]
- val sampleType: Option[String]
- val section: Option[String]
- val siret: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toExportData(): Seq[ExportedData]
- val userType: Option[String]
- val username: Option[String]
- 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])
- val watershed: Option[String]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)