Packages

case class InstallationBoreholeOutput(id: Int, nature: Option[Int], superficialWaterIsolation: Option[Boolean], supIsolationToVerify: Option[Boolean], nonIsolatedWaterTables: Option[Boolean], isolatedWaterTables: Option[Boolean], isolationToVerify: Option[Boolean], isolationComment: Option[String], waterTableAccompaniment: Option[Boolean], watershed: Option[Int], hourWaterFlow: Option[Double], yearWaterFlow: Option[Double], cementationTubing: Option[String], pumpType: Option[String], zReferenceMark: Option[Double], referenceMarkComment: Option[String], arrestCode: Option[String], arrestDate: Option[DateTime], serviceDate: Option[DateTime], allowedHourWaterFlow: Option[Double], allowedYearWaterVolume: Option[Double], operator: Option[Double], managementUnit: Option[Double], distributionUnit: Option[Double], fieldMode: Option[Double], depth: Option[Double], surfaceGeology: Option[String], pumpDepth: Option[Double], drillingBlowRate: Option[Double] = None, overflowPresence: Option[Boolean] = None, overflowRating: Option[Double] = None, arrestValidityDuration: Option[Double] = None, gravitationalStation: Option[Boolean] = None, casings: Seq[Casing], lithology: Seq[Lithology], aquifer: Seq[StationAquifer], boreholeComments: Seq[BoreholeComment], drillings: Seq[Drilling]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstallationBoreholeOutput
  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 InstallationBoreholeOutput(borehole: InstallationBorehole, casings: Seq[Casing], lithology: Seq[Lithology], aquifer: Seq[StationAquifer], boreholeComments: Seq[BoreholeComment], drillings: Seq[Drilling])
  2. new InstallationBoreholeOutput(id: Int, nature: Option[Int], superficialWaterIsolation: Option[Boolean], supIsolationToVerify: Option[Boolean], nonIsolatedWaterTables: Option[Boolean], isolatedWaterTables: Option[Boolean], isolationToVerify: Option[Boolean], isolationComment: Option[String], waterTableAccompaniment: Option[Boolean], watershed: Option[Int], hourWaterFlow: Option[Double], yearWaterFlow: Option[Double], cementationTubing: Option[String], pumpType: Option[String], zReferenceMark: Option[Double], referenceMarkComment: Option[String], arrestCode: Option[String], arrestDate: Option[DateTime], serviceDate: Option[DateTime], allowedHourWaterFlow: Option[Double], allowedYearWaterVolume: Option[Double], operator: Option[Double], managementUnit: Option[Double], distributionUnit: Option[Double], fieldMode: Option[Double], depth: Option[Double], surfaceGeology: Option[String], pumpDepth: Option[Double], drillingBlowRate: Option[Double] = None, overflowPresence: Option[Boolean] = None, overflowRating: Option[Double] = None, arrestValidityDuration: Option[Double] = None, gravitationalStation: Option[Boolean] = None, casings: Seq[Casing], lithology: Seq[Lithology], aquifer: Seq[StationAquifer], boreholeComments: Seq[BoreholeComment], drillings: Seq[Drilling])

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 allowedHourWaterFlow: Option[Double]
  5. val allowedYearWaterVolume: Option[Double]
  6. val aquifer: Seq[StationAquifer]
  7. val arrestCode: Option[String]
  8. val arrestDate: Option[DateTime]
  9. val arrestValidityDuration: Option[Double]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val boreholeComments: Seq[BoreholeComment]
  12. val casings: Seq[Casing]
  13. val cementationTubing: Option[String]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. val depth: Option[Double]
  16. val distributionUnit: Option[Double]
  17. val drillingBlowRate: Option[Double]
  18. val drillings: Seq[Drilling]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val fieldMode: Option[Double]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. val gravitationalStation: Option[Boolean]
  23. val hourWaterFlow: Option[Double]
  24. val id: Int
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val isolatedWaterTables: Option[Boolean]
  27. val isolationComment: Option[String]
  28. val isolationToVerify: Option[Boolean]
  29. val lithology: Seq[Lithology]
  30. val managementUnit: Option[Double]
  31. val nature: Option[Int]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val nonIsolatedWaterTables: Option[Boolean]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. val operator: Option[Double]
  37. val overflowPresence: Option[Boolean]
  38. val overflowRating: Option[Double]
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. val pumpDepth: Option[Double]
  41. val pumpType: Option[String]
  42. val referenceMarkComment: Option[String]
  43. val serviceDate: Option[DateTime]
  44. val supIsolationToVerify: Option[Boolean]
  45. val superficialWaterIsolation: Option[Boolean]
  46. val surfaceGeology: Option[String]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. val waterTableAccompaniment: Option[Boolean]
  52. val watershed: Option[Int]
  53. val yearWaterFlow: Option[Double]
  54. val zReferenceMark: 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