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

  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. val PAM: Option[Boolean]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cadastralParcel: Option[String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val codification: Option[String]
  9. val counter: Option[String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. val idUge: Option[String]
  13. val idUnderUge: Option[String]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val measure: Option[Double]
  16. val measureDate: Option[DateTime]
  17. val measureDateEnd: Option[DateTime]
  18. val measureType: Option[String]
  19. val municipalityCode: Option[String]
  20. val municipalityName: Option[String]
  21. val nameUge: Option[String]
  22. val nameUnderUge: Option[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. val parcel: Option[String]
  27. val point: Option[String]
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val projectionType: Option[String]
  30. val pump: Option[String]
  31. val readingCoefficient: Option[Double]
  32. val repCounter: Option[String]
  33. val repPump: Option[String]
  34. val sampleNature: Option[String]
  35. val sampleType: Option[String]
  36. val section: Option[String]
  37. val siret: Option[String]
  38. val specificPrescriptions: Option[Boolean]
  39. val surveyName: String
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toExportData(): Seq[ExportedData]
  42. val userType: Option[String]
  43. val username: Option[String]
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. val watershed: Option[String]
  48. val workDepth: Option[Double]
  49. val x: Option[Double]
  50. val y: Option[Double]
  51. 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