Class/Object

domain

HydrologicalStation

Related Docs: object HydrologicalStation | package domain

Permalink

case class HydrologicalStation(id: Double, code: String, name: Option[String], stationType: Option[Double], creation: Option[DateTime], close: Option[DateTime], x: Option[Double], y: Option[Double], projection: Option[Double], altitude: Option[Double], comment: Option[String], townCode: Option[String], contactCode: Option[Double], localization: Option[String], watershedCode: Option[Double], watercourseName: Option[String], watershedCode2: Option[Double], pk: Option[Double], watershedArea: Option[Double], ponctual: Option[String], hydroCalculation: Option[String], countryCode: Option[String], qualitointerCode: Option[String], updateLogin: Option[String], updateDate: Option[DateTime], waterpointType: Option[Int], hydroObjectNature: Option[Int], declarationTownCode: Option[String] = None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HydrologicalStation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HydrologicalStation(id: Double, code: String, name: Option[String], stationType: Option[Double], creation: Option[DateTime], close: Option[DateTime], x: Option[Double], y: Option[Double], projection: Option[Double], altitude: Option[Double], comment: Option[String], townCode: Option[String], contactCode: Option[Double], localization: Option[String], watershedCode: Option[Double], watercourseName: Option[String], watershedCode2: Option[Double], pk: Option[Double], watershedArea: Option[Double], ponctual: Option[String], hydroCalculation: Option[String], countryCode: Option[String], qualitointerCode: Option[String], updateLogin: Option[String], updateDate: Option[DateTime], waterpointType: Option[Int], hydroObjectNature: Option[Int], declarationTownCode: Option[String] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val altitude: Option[Double]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val close: Option[DateTime]

    Permalink
  8. val code: String

    Permalink
  9. val comment: Option[String]

    Permalink
  10. val contactCode: Option[Double]

    Permalink
  11. val countryCode: Option[String]

    Permalink
  12. val creation: Option[DateTime]

    Permalink
  13. val declarationTownCode: Option[String]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val hydroCalculation: Option[String]

    Permalink
  18. val hydroObjectNature: Option[Int]

    Permalink
  19. val id: Double

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val localization: Option[String]

    Permalink
  22. val name: Option[String]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val pk: Option[Double]

    Permalink
  27. val ponctual: Option[String]

    Permalink
  28. val projection: Option[Double]

    Permalink
  29. val qualitointerCode: Option[String]

    Permalink
  30. val stationType: Option[Double]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. val townCode: Option[String]

    Permalink
  33. val updateDate: Option[DateTime]

    Permalink
  34. val updateLogin: Option[String]

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val watercourseName: Option[String]

    Permalink
  39. val waterpointType: Option[Int]

    Permalink
  40. val watershedArea: Option[Double]

    Permalink
  41. val watershedCode: Option[Double]

    Permalink
  42. val watershedCode2: Option[Double]

    Permalink
  43. val x: Option[Double]

    Permalink
  44. val y: Option[Double]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped