Class/Object

hydrologicalEntity.model

HydrologicalEntity

Related Docs: object HydrologicalEntity | package model

Permalink

case class HydrologicalEntity(code: Int, name: Option[String], status: Option[Int], creationDate: Option[DateTime], updateDate: Option[DateTime], author: Option[String], nature: Option[Int], state: Option[Int], structure: Option[Int], generality: Option[String], denomination: Option[String], dominantType: Option[Int], thicknessWetAverage: Option[Double], thicknessWetMin: Option[Double], thicknessWetMax: Option[Double], accessDepthAverage: Option[Double], accessDepthMin: Option[Double], accessDepthMax: Option[Double], transmissivityAverage: Option[Double], transmissivityMin: Option[Double], transmissivityMax: Option[Double], permeabilityAverage: Option[Double], permeabilityMin: Option[Double], permeabilityMax: Option[Double], usefulPorositeAverage: Option[Double], usefulPorositeMin: Option[Double], usefulPorositeMax: Option[Double], superpipeStorageCoefficientAverage: Option[Double], superpipeStorageCoefficientMin: Option[Double], superpipeStorageCoefficientMax: Option[Double], area: Option[Double], comment: Option[String], stratiLocalName: Option[String], poolType: Option[Double], sandreCode: Option[String]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HydrologicalEntity
  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 HydrologicalEntity(code: Int, name: Option[String], status: Option[Int], creationDate: Option[DateTime], updateDate: Option[DateTime], author: Option[String], nature: Option[Int], state: Option[Int], structure: Option[Int], generality: Option[String], denomination: Option[String], dominantType: Option[Int], thicknessWetAverage: Option[Double], thicknessWetMin: Option[Double], thicknessWetMax: Option[Double], accessDepthAverage: Option[Double], accessDepthMin: Option[Double], accessDepthMax: Option[Double], transmissivityAverage: Option[Double], transmissivityMin: Option[Double], transmissivityMax: Option[Double], permeabilityAverage: Option[Double], permeabilityMin: Option[Double], permeabilityMax: Option[Double], usefulPorositeAverage: Option[Double], usefulPorositeMin: Option[Double], usefulPorositeMax: Option[Double], superpipeStorageCoefficientAverage: Option[Double], superpipeStorageCoefficientMin: Option[Double], superpipeStorageCoefficientMax: Option[Double], area: Option[Double], comment: Option[String], stratiLocalName: Option[String], poolType: Option[Double], sandreCode: Option[String])

    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 accessDepthAverage: Option[Double]

    Permalink
  5. val accessDepthMax: Option[Double]

    Permalink
  6. val accessDepthMin: Option[Double]

    Permalink
  7. val area: Option[Double]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val author: Option[String]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val code: Int

    Permalink
  12. val comment: Option[String]

    Permalink
  13. val creationDate: Option[DateTime]

    Permalink
  14. val denomination: Option[String]

    Permalink
  15. val dominantType: Option[Int]

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val generality: Option[String]

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

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

    Permalink
  22. val nature: Option[Int]

    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 permeabilityAverage: Option[Double]

    Permalink
  27. val permeabilityMax: Option[Double]

    Permalink
  28. val permeabilityMin: Option[Double]

    Permalink
  29. val poolType: Option[Double]

    Permalink
  30. val sandreCode: Option[String]

    Permalink
  31. val state: Option[Int]

    Permalink
  32. val status: Option[Int]

    Permalink
  33. val stratiLocalName: Option[String]

    Permalink
  34. val structure: Option[Int]

    Permalink
  35. val superpipeStorageCoefficientAverage: Option[Double]

    Permalink
  36. val superpipeStorageCoefficientMax: Option[Double]

    Permalink
  37. val superpipeStorageCoefficientMin: Option[Double]

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

    Permalink
    Definition Classes
    AnyRef
  39. val thicknessWetAverage: Option[Double]

    Permalink
  40. val thicknessWetMax: Option[Double]

    Permalink
  41. val thicknessWetMin: Option[Double]

    Permalink
  42. val transmissivityAverage: Option[Double]

    Permalink
  43. val transmissivityMax: Option[Double]

    Permalink
  44. val transmissivityMin: Option[Double]

    Permalink
  45. val updateDate: Option[DateTime]

    Permalink
  46. val usefulPorositeAverage: Option[Double]

    Permalink
  47. val usefulPorositeMax: Option[Double]

    Permalink
  48. val usefulPorositeMin: Option[Double]

    Permalink
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped