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
Ordering
- Alphabetic
- By Inheritance
Inherited
- StationSurfaceWaterMeasure
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val PkPointTronconEntiteHydroPrincipale: Option[String]
- val TypeCEStationMesureEauxSurface: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val basin: Option[String]
- val beginDate: DateTime
- val city: Option[StationCity]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val code: String
- val comment: Option[String]
- val endDate: Option[DateTime]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val finality: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val hydroEntity: Option[HydrogeologicalEntity]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val location: String
- val name: String
- val nameStation: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val network: Seq[LinkNetwork]
- final def notify(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val projection: Int
- val samplingPoint: Seq[SamplingPoint]
- val stStationMesure: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val type: String
- val updateDate: DateTime
- final def wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val x: Double
- val y: Double
Deprecated Value Members
- def finalize(): scala.Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)