case class PiezometerStationsWithCampaignsAndEventsOutput(id: Int, code: String, name: Option[String], natureCode: Option[Int], creationDate: Option[DateTime], closeDate: Option[DateTime], xCoordinate: Option[Double], yCoordinate: Option[Double], projectionType: Option[Int], altitude: Option[Double], cote: Option[Int], fieldMode: Option[Int], comment: Option[String], townCode: Option[String], contactCode: Option[Int], designation: Option[String], waterSourceType: Option[String], watershedCode: Option[Double], address: Option[String], localisation: Option[String], countryCode: Option[String], internQualitoCode: Option[String], stateCode: Option[Double], jobExecutionId: Option[Int], updateLogin: Option[String], updateDate: Option[DateTime], previsionalVisitNumber: Option[Int], declarationTownCode: Option[String], currentCampaign: Option[Double], currentComments: Option[Int], currentMonitoring: Option[Int]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PiezometerStationsWithCampaignsAndEventsOutput
  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 PiezometerStationsWithCampaignsAndEventsOutput(id: Int, code: String, name: Option[String], natureCode: Option[Int], creationDate: Option[DateTime], closeDate: Option[DateTime], xCoordinate: Option[Double], yCoordinate: Option[Double], projectionType: Option[Int], altitude: Option[Double], cote: Option[Int], fieldMode: Option[Int], comment: Option[String], townCode: Option[String], contactCode: Option[Int], designation: Option[String], waterSourceType: Option[String], watershedCode: Option[Double], address: Option[String], localisation: Option[String], countryCode: Option[String], internQualitoCode: Option[String], stateCode: Option[Double], jobExecutionId: Option[Int], updateLogin: Option[String], updateDate: Option[DateTime], previsionalVisitNumber: Option[Int], declarationTownCode: Option[String], currentCampaign: Option[Double], currentComments: Option[Int], currentMonitoring: Option[Int])

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 address: Option[String]
  5. val altitude: Option[Double]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val closeDate: Option[DateTime]
  9. val code: String
  10. val comment: Option[String]
  11. val contactCode: Option[Int]
  12. val cote: Option[Int]
  13. val countryCode: Option[String]
  14. val creationDate: Option[DateTime]
  15. val currentCampaign: Option[Double]
  16. val currentComments: Option[Int]
  17. val currentMonitoring: Option[Int]
  18. val declarationTownCode: Option[String]
  19. val designation: Option[String]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val fieldMode: Option[Int]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. val id: Int
  24. val internQualitoCode: Option[String]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val jobExecutionId: Option[Int]
  27. val localisation: Option[String]
  28. val name: Option[String]
  29. val natureCode: Option[Int]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. val previsionalVisitNumber: Option[Int]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. val projectionType: Option[Int]
  36. val stateCode: Option[Double]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. val townCode: Option[String]
  39. val updateDate: Option[DateTime]
  40. val updateLogin: Option[String]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. val waterSourceType: Option[String]
  45. val watershedCode: Option[Double]
  46. val xCoordinate: Option[Double]
  47. val yCoordinate: Option[Double]

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