case class ExportVolumesHisto(idExploitation: Long, codification: Option[String], structureType: Option[String], name: Option[String], siret: Option[String], idInstallation: Long, point: Option[String], pointStartDate: Option[DateTime], pointEndDate: Option[DateTime], 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], year: Option[Int], volumeAttributed: Option[Double], volumeAttributedLowWater: Option[Double], volumeAuthorized: Option[Double], volumeAuthorizedLowWater: Option[Double]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExportVolumesHisto
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExportVolumesHisto(idExploitation: Long, codification: Option[String], structureType: Option[String], name: Option[String], siret: Option[String], idInstallation: Long, point: Option[String], pointStartDate: Option[DateTime], pointEndDate: Option[DateTime], 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], year: Option[Int], volumeAttributed: Option[Double], volumeAttributedLowWater: Option[Double], volumeAuthorized: Option[Double], volumeAuthorizedLowWater: 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]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idExploitation: Long
- val idInstallation: Long
- val idUge: Option[String]
- val idUnderUge: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val municipalityCode: Option[String]
- val municipalityName: Option[String]
- val name: 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 projectionType: Option[String]
- val sampleNature: Option[String]
- val sampleType: Option[String]
- val section: Option[String]
- val siret: Option[String]
- val structureType: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val volumeAttributed: Option[Double]
- val volumeAttributedLowWater: Option[Double]
- val volumeAuthorized: Option[Double]
- val volumeAuthorizedLowWater: Option[Double]
- 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 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)