package
links
Type Members
-
case class
PiezometerContributorLink(idPiezo: Double, idContributor: Option[Double], startDate: Option[DateTime], endDate: Option[DateTime], internalReference: Option[String], contributorType: Option[Double], contactCode: Option[Double]) extends Product with Serializable
-
case class
PiezometerNetworkLink(idPiezometer: Int, idNetwork: Int, startDate: Option[DateTime] = None, endDate: Option[DateTime] = None) extends Product with Serializable
-
case class
PiezometerNetworkLinkCodes(idPiezometer: Int, idNetwork: Int) extends Product with Serializable