package
model
Type Members
-
case class
MaterielAssignment(id: Int, stationId: Option[Int], stationType: Option[Int], stationAdress: Option[String], materielId: Int, stateCode: Int, comment: Option[String], startDate: DateTime, endDate: Option[DateTime]) extends Product with Serializable
-
case class
MaterielAttachment(materielType: Int, tableName: String, idName: String, idMaterielName: String) extends Product with Serializable
-
-
case class
MaterielType(field: String, code: Int, label: String, endDate: Option[DateTime] = None) extends Product with Serializable
-
case class
Provider(id: Int, name: Option[String], address: Option[String], postalCode: Option[String], cityCode: Option[String], phone: Option[String], email: Option[String], fax: Option[String]) extends Product with Serializable
-
case class
StationEvent(id: Double, code: Option[String], townCode: Option[String], designation: Option[String], name: Option[String], creationDate: Option[DateTime], closeDate: Option[DateTime], x: Option[Double], y: Option[Double], projection: Option[Double], altitude: Option[Double], stationType: Int, eventId: Double, eventDate: Option[DateTime], eventHour: Option[DateTime], eventComment: Option[String], eventSolution: Option[String], eventProblem: Option[String]) extends Product with Serializable