package
sensor
Type Members
-
case class
Sensor(id: Int, range: Option[String], comment: Option[String], sensorType: Option[Int], purchaseDate: Option[DateTime], warrentyExpirationDate: Option[DateTime], manufactureDate: Option[DateTime], withdrawalDate: Option[DateTime], serialNumber: Option[String], length: Option[Int], cellNumber: Option[String], providerId: Option[Int], height: Option[Double], updateDate: Option[DateTime], updateLogin: Option[String], referentLogin: Option[String], manufacturerId: Option[Int], administrator: Option[Int], reference: Option[String], powerSupplyType: Option[Int], desiccant: Option[String], pileNumber: Option[Int], networkCode: Option[Int]) extends Product with Serializable
-
case class
SensorAssignated(id: Int, range: Option[String], comment: Option[String], sensorType: Option[Int], purchaseDate: Option[DateTime], warrentyExpirationDate: Option[DateTime], manufactureDate: Option[DateTime], withdrawalDate: Option[DateTime], serialNumber: Option[String], length: Option[Int], cellNumber: Option[String], providerId: Option[Int], height: Option[Double], updateDate: Option[DateTime], updateLogin: Option[String], referentLogin: Option[String], manufacturerId: Option[Int], administrator: Option[Int], reference: Option[String], powerSupplyType: Option[Int], desiccant: Option[String], siteCode: Option[Int], situationDate: Option[DateTime]) extends Product with Serializable
-
case class
SensorSituation(idSensorSituation: Int, siteCode: Option[Int], siteType: Option[Int], siteName: Option[String], idSensor: Int, statusCode: Option[Int], comment: Option[String], situationDate: Option[DateTime], situationEndDate: Option[DateTime], campaignCode: Option[Int], eventCode: Option[Int]) extends Product with Serializable
-
case class
SensorType(materielType: Option[Int], name: Option[String], provider: Option[Int], comment: Option[String], updateDate: Option[DateTime], updateLogin: Option[String], startDate: Option[DateTime], endDate: Option[DateTime], range: Option[String], length: Option[Int], manufacturerId: Option[Int], height: Option[Double], powerSupplyType: Option[Int], desiccant: Option[String], pileNumber: Option[Int]) extends Product with Serializable
Value Members
-
object
Sensor extends Serializable
-
-
-
object
SensorType extends Serializable