model
package
model
Type Members
-
case class
BoreholeComment(installationId: Int, order: Option[Int], depth: Option[Double], comment: Option[String]) extends Product with Serializable
-
case class
Drilling(installationId: Int, order: Option[Int], diameter: Option[Double], depth: Option[Double], comment: Option[String]) extends Product with Serializable
-
case class
LinkedStation(parentStationCode: String, parentStationType: Int, childrenStationCode: String, childrenStationType: Int, linkType: Option[String]) extends Product with Serializable