case class ExportSurveyConsoData(surveyName: String, codification: Option[String], point: Option[String], occurencePoint: Option[Int], pump: Option[String], occurencePump: Option[Int], repPump: Option[String], counter: Option[String], occurenceCounter: Option[Int], repCounter: Option[String], estimateOrCount: Option[String], year: Option[Int], readingCoefficient: Option[Double], username: Option[String], siret: Option[String], userType: 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], sampleType: Option[String], sampleNature: Option[String], present: Option[String], advancement: Option[Int], workDepth: Option[Double], PAM: Option[Boolean], specificPrescriptions: Option[Boolean], volume: Option[Double]) extends Product with Serializable

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