case class ExportConsumptionSurvey(surveyName: String, year: Option[Int], userType: Option[String], username: Option[String], siret: Option[String], codification: Option[String], point: Option[String], sampleType: Option[String], sampleNature: Option[String], municipalityCode: Option[String], municipalityName: Option[String], x: Option[Double], y: Option[Double], projectionType: 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], counter: Option[String], measureType: Option[String], measureDate: Option[DateTime], measureDateEnd: Option[DateTime], measure: Option[Double], readingCoefficient: Option[Double], repPump: Option[String], repCounter: Option[String], workDepth: Option[Double], PAM: Option[Boolean], specificPrescriptions: Option[Boolean]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExportConsumptionSurvey
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExportConsumptionSurvey(surveyName: String, year: Option[Int], userType: Option[String], username: Option[String], siret: Option[String], codification: Option[String], point: Option[String], sampleType: Option[String], sampleNature: Option[String], municipalityCode: Option[String], municipalityName: Option[String], x: Option[Double], y: Option[Double], projectionType: 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], counter: Option[String], measureType: Option[String], measureDate: Option[DateTime], measureDateEnd: Option[DateTime], measure: Option[Double], readingCoefficient: Option[Double], repPump: Option[String], repCounter: Option[String], workDepth: Option[Double], PAM: Option[Boolean], specificPrescriptions: Option[Boolean])
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 PAM: Option[Boolean]
- 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]
- 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]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val projectionType: Option[String]
- val pump: Option[String]
- val readingCoefficient: Option[Double]
- val repCounter: Option[String]
- val repPump: Option[String]
- val sampleNature: Option[String]
- val sampleType: Option[String]
- val section: Option[String]
- val siret: Option[String]
- val specificPrescriptions: Option[Boolean]
- val surveyName: 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]
- val workDepth: Option[Double]
- val x: Option[Double]
- val y: Option[Double]
- val year: Option[Int]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)