c
dao.installation.domain.output
InstallationBoreholeOutput
Companion object InstallationBoreholeOutput
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
Ordering
- Alphabetic
- By Inheritance
Inherited
- InstallationBoreholeOutput
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InstallationBoreholeOutput(borehole: InstallationBorehole, casings: Seq[Casing], lithology: Seq[Lithology], aquifer: Seq[StationAquifer], boreholeComments: Seq[BoreholeComment], drillings: Seq[Drilling])
- 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
- 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 allowedHourWaterFlow: Option[Double]
- val allowedYearWaterVolume: Option[Double]
- val aquifer: Seq[StationAquifer]
- val arrestCode: Option[String]
- val arrestDate: Option[DateTime]
- val arrestValidityDuration: Option[Double]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boreholeComments: Seq[BoreholeComment]
- val casings: Seq[Casing]
- val cementationTubing: Option[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val depth: Option[Double]
- val distributionUnit: Option[Double]
- val drillingBlowRate: Option[Double]
- val drillings: Seq[Drilling]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fieldMode: Option[Double]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val gravitationalStation: Option[Boolean]
- val hourWaterFlow: Option[Double]
- val id: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isolatedWaterTables: Option[Boolean]
- val isolationComment: Option[String]
- val isolationToVerify: Option[Boolean]
- val lithology: Seq[Lithology]
- val managementUnit: Option[Double]
- val nature: Option[Int]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nonIsolatedWaterTables: Option[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val operator: Option[Double]
- val overflowPresence: Option[Boolean]
- val overflowRating: Option[Double]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pumpDepth: Option[Double]
- val pumpType: Option[String]
- val referenceMarkComment: Option[String]
- val serviceDate: Option[DateTime]
- val supIsolationToVerify: Option[Boolean]
- val superficialWaterIsolation: Option[Boolean]
- val surfaceGeology: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val waterTableAccompaniment: Option[Boolean]
- val watershed: Option[Int]
- val yearWaterFlow: Option[Double]
- val zReferenceMark: Option[Double]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)