Package

domain.model

powerSupply

Permalink

package powerSupply

Visibility
  1. Public
  2. All

Type Members

  1. case class LowPowerSupply(powerSupplyId: Int, siteCode: Int, siteType: Int, lifeTime: Double, situationDate: DateTime) extends Product with Serializable

    Permalink
  2. 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

    Permalink
  3. 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

    Permalink
  4. 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

    Permalink
  5. 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

    Permalink

Value Members

  1. object LowPowerSupply extends Serializable

    Permalink
  2. object PowerSupply extends Serializable

    Permalink
  3. object PowerSupplyAssignated extends Serializable

    Permalink
  4. object PowerSupplySituation extends Serializable

    Permalink
  5. object PowerSupplyType extends Serializable

    Permalink

Ungrouped