package
powerSupply
Type Members
-
case class
LowPowerSupply(powerSupplyId: Int, siteCode: Int, siteType: Int, lifeTime: Double, situationDate: DateTime) extends Product with Serializable
-
case class
PowerSupply(id: Int, reference: Option[String], comment: Option[String], powerSupplyType: Option[Int], purchaseDate: Option[DateTime], warrentyExpirationDate: Option[DateTime], manufactureDate: Option[DateTime], withdrawalDate: Option[DateTime], providerId: Option[Int], lifeTime: Option[Double], voltage: Option[Double], serialNumber: Option[String], updateDate: Option[DateTime], updateLogin: Option[String], referentLogin: Option[String], manufacturerId: Option[Int], administrator: Option[Int], networkCode: Option[Int]) extends Product with Serializable
-
case class
PowerSupplyAssignated(id: Int, reference: Option[String], comment: Option[String], powerSupplyType: Option[Int], purchaseDate: Option[DateTime], warrentyExpirationDate: Option[DateTime], manufactureDate: Option[DateTime], withdrawalDate: Option[DateTime], providerId: Option[Int], lifeTime: Option[Double], voltage: Option[Double], serialNumber: Option[String], updateDate: Option[DateTime], updateLogin: Option[String], referentLogin: Option[String], manufacturerId: Option[Int], administrator: Option[Int], siteCode: Option[Int], situationDate: Option[DateTime]) extends Product with Serializable
-
case class
PowerSupplySituation(idPowerSupplySituation: Int, siteCode: Option[Int], siteType: Option[Int], siteName: Option[String], idPowerSupply: Option[Int], statusCode: Option[Int], comment: Option[String], situationDate: Option[DateTime], situationEndDate: Option[DateTime], expectedRenewalDate: Option[DateTime], campaignCode: Option[Int], eventCode: Option[Int]) extends Product with Serializable
-
case class
PowerSupplyType(materielType: Option[Int], name: Option[String], provider: Option[Int], comment: Option[String], updateDate: Option[DateTime], updateLogin: Option[String], startDate: Option[DateTime], endDate: Option[DateTime], lifeTime: Option[Double], voltage: Option[Double]) extends Product with Serializable