Package

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class BoreholeComment(installationId: Int, order: Option[Int], depth: Option[Double], comment: Option[String]) extends Product with Serializable

    Permalink
  2. case class Drilling(installationId: Int, order: Option[Int], diameter: Option[Double], depth: Option[Double], comment: Option[String]) extends Product with Serializable

    Permalink
  3. case class LinkedStation(parentStationCode: String, parentStationType: Int, childrenStationCode: String, childrenStationType: Int, linkType: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object BoreholeComment extends Serializable

    Permalink
  2. object Drilling extends Serializable

    Permalink
  3. object LinkedStation extends Serializable

    Permalink

Ungrouped