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
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportVolumesHisto
  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 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

  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 cadastralParcel: Option[String]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val codification: Option[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. val idExploitation: Long
  11. val idInstallation: Long
  12. val idUge: Option[String]
  13. val idUnderUge: Option[String]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val municipalityCode: Option[String]
  16. val municipalityName: Option[String]
  17. val name: Option[String]
  18. val nameUge: Option[String]
  19. val nameUnderUge: Option[String]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. val parcel: Option[String]
  24. val point: Option[String]
  25. val pointEndDate: Option[DateTime]
  26. val pointStartDate: Option[DateTime]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val projectionType: Option[String]
  29. val sampleNature: Option[String]
  30. val sampleType: Option[String]
  31. val section: Option[String]
  32. val siret: Option[String]
  33. val structureType: Option[String]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val volumeAttributed: Option[Double]
  36. val volumeAttributedLowWater: Option[Double]
  37. val volumeAuthorized: Option[Double]
  38. val volumeAuthorizedLowWater: Option[Double]
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. val watershed: Option[String]
  43. val x: Option[Double]
  44. val y: Option[Double]
  45. val year: Option[Int]

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