Class/Object

domain.output

InstallationBoreholeOutput

Related Docs: object InstallationBoreholeOutput | package output

Permalink

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, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstallationBoreholeOutput
  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 InstallationBoreholeOutput(borehole: InstallationBorehole, casings: Seq[Casing], lithology: Seq[Lithology], aquifer: Seq[StationAquifer], boreholeComments: Seq[BoreholeComment], drillings: Seq[Drilling])

    Permalink
  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])

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

    Permalink
  5. val allowedYearWaterVolume: Option[Double]

    Permalink
  6. val aquifer: Seq[StationAquifer]

    Permalink
  7. val arrestCode: Option[String]

    Permalink
  8. val arrestDate: Option[DateTime]

    Permalink
  9. val arrestValidityDuration: Option[Double]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val boreholeComments: Seq[BoreholeComment]

    Permalink
  12. val casings: Seq[Casing]

    Permalink
  13. val cementationTubing: Option[String]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val depth: Option[Double]

    Permalink
  16. val distributionUnit: Option[Double]

    Permalink
  17. val drillingBlowRate: Option[Double]

    Permalink
  18. val drillings: Seq[Drilling]

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

    Permalink
    Definition Classes
    AnyRef
  20. val fieldMode: Option[Double]

    Permalink
  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. val gravitationalStation: Option[Boolean]

    Permalink
  24. val hourWaterFlow: Option[Double]

    Permalink
  25. val id: Int

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val isolatedWaterTables: Option[Boolean]

    Permalink
  28. val isolationComment: Option[String]

    Permalink
  29. val isolationToVerify: Option[Boolean]

    Permalink
  30. val lithology: Seq[Lithology]

    Permalink
  31. val managementUnit: Option[Double]

    Permalink
  32. val nature: Option[Int]

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

    Permalink
    Definition Classes
    AnyRef
  34. val nonIsolatedWaterTables: Option[Boolean]

    Permalink
  35. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  37. val operator: Option[Double]

    Permalink
  38. val overflowPresence: Option[Boolean]

    Permalink
  39. val overflowRating: Option[Double]

    Permalink
  40. val pumpDepth: Option[Double]

    Permalink
  41. val pumpType: Option[String]

    Permalink
  42. val referenceMarkComment: Option[String]

    Permalink
  43. val serviceDate: Option[DateTime]

    Permalink
  44. val supIsolationToVerify: Option[Boolean]

    Permalink
  45. val superficialWaterIsolation: Option[Boolean]

    Permalink
  46. val surfaceGeology: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. val waterTableAccompaniment: Option[Boolean]

    Permalink
  52. val watershed: Option[Int]

    Permalink
  53. val yearWaterFlow: Option[Double]

    Permalink
  54. val zReferenceMark: Option[Double]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped