Class/Object

domain

ExportConsumptionExploitation

Related Docs: object ExportConsumptionExploitation | package domain

Permalink

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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportConsumptionExploitation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val cadastralParcel: Option[String]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val codification: Option[String]

    Permalink
  8. val counter: Option[String]

    Permalink
  9. val counterEndDate: Option[DateTime]

    Permalink
  10. val counterStartDate: Option[DateTime]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. val idUge: Option[String]

    Permalink
  15. val idUnderUge: Option[String]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val measure: Option[Double]

    Permalink
  18. val measureDate: Option[DateTime]

    Permalink
  19. val measureDateEnd: Option[DateTime]

    Permalink
  20. val measureType: Option[String]

    Permalink
  21. val municipalityCode: Option[String]

    Permalink
  22. val municipalityName: Option[String]

    Permalink
  23. val nameUge: Option[String]

    Permalink
  24. val nameUnderUge: Option[String]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val parcel: Option[String]

    Permalink
  29. val point: Option[String]

    Permalink
  30. val pointEndDate: Option[DateTime]

    Permalink
  31. val pointStartDate: Option[DateTime]

    Permalink
  32. val pump: Option[String]

    Permalink
  33. val pumpEndDate: Option[DateTime]

    Permalink
  34. val pumpStartDate: Option[DateTime]

    Permalink
  35. val readingCoefficient: Option[Double]

    Permalink
  36. val sampleNature: Option[String]

    Permalink
  37. val sampleType: Option[String]

    Permalink
  38. val section: Option[String]

    Permalink
  39. val siret: Option[String]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toExportData(): Seq[ExportedData]

    Permalink
  42. val userType: Option[String]

    Permalink
  43. val username: Option[String]

    Permalink
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val watershed: Option[String]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped