case class StationSurfaceWaterMeasure(code: String, type: String, name: String, stStationMesure: String, nameStation: Option[String] = None, finality: Option[String] = None, location: String, x: Double, y: Double, projection: Int, beginDate: DateTime, endDate: Option[DateTime] = None, updateDate: DateTime, comment: Option[String] = None, PkPointTronconEntiteHydroPrincipale: Option[String] = None, TypeCEStationMesureEauxSurface: Option[String] = None, network: Seq[LinkNetwork], basin: Option[String] = None, samplingPoint: Seq[SamplingPoint], city: Option[StationCity] = None, hydroEntity: Option[HydrogeologicalEntity] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StationSurfaceWaterMeasure
  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 StationSurfaceWaterMeasure(code: String, type: String, name: String, stStationMesure: String, nameStation: Option[String] = None, finality: Option[String] = None, location: String, x: Double, y: Double, projection: Int, beginDate: DateTime, endDate: Option[DateTime] = None, updateDate: DateTime, comment: Option[String] = None, PkPointTronconEntiteHydroPrincipale: Option[String] = None, TypeCEStationMesureEauxSurface: Option[String] = None, network: Seq[LinkNetwork], basin: Option[String] = None, samplingPoint: Seq[SamplingPoint], city: Option[StationCity] = None, hydroEntity: Option[HydrogeologicalEntity] = None)

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 PkPointTronconEntiteHydroPrincipale: Option[String]
  5. val TypeCEStationMesureEauxSurface: Option[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val basin: Option[String]
  8. val beginDate: DateTime
  9. val city: Option[StationCity]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. val code: String
  12. val comment: Option[String]
  13. val endDate: Option[DateTime]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val finality: Option[String]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. val hydroEntity: Option[HydrogeologicalEntity]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val location: String
  20. val name: String
  21. val nameStation: Option[String]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val network: Seq[LinkNetwork]
  24. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val projection: Int
  28. val samplingPoint: Seq[SamplingPoint]
  29. val stStationMesure: String
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val type: String
  32. val updateDate: DateTime
  33. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. val x: Double
  37. val y: Double

Deprecated Value Members

  1. def finalize(): scala.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