Package

domain.model

central

Permalink

package central

Visibility
  1. Public
  2. All

Type Members

  1. case class Central(id: Int, reference: Option[String], comment: Option[String], centralType: Option[Int], purchaseDate: Option[DateTime], warrentyExpirationDate: Option[DateTime], manufactureDate: Option[DateTime], withdrawalDate: Option[DateTime], providerId: Option[Int], serialNumber: Option[String], thresholdOverrun: Option[String], manufacturerId: Option[Int], updateDate: Option[DateTime], replacementDate: Option[DateTime], callFrequency: Option[Int], callHour: Option[Int], updateLogin: Option[String], referentLogin: Option[String], pileNumber: Option[Int], powerSupplyType: Option[Int], transmissionVolume: Option[Int], administrator: Option[Int], desiccant: Option[String], networkCode: Option[Int]) extends Product with Serializable

    Permalink
  2. case class CentralAssignated(id: Int, reference: Option[String], comment: Option[String], centralType: Option[Int], purchaseDate: Option[DateTime], warrentyExpirationDate: Option[DateTime], manufactureDate: Option[DateTime], withdrawalDate: Option[DateTime], providerId: Option[Int], serialNumber: Option[String], thresholdOverrun: Option[String], manufacturerId: Option[Int], updateDate: Option[DateTime], replacementDate: Option[DateTime], callFrequency: Option[Int], callHour: Option[Int], updateLogin: Option[String], referentLogin: Option[String], pileNumber: Option[Int], powerSupplyType: Option[Int], transmissionVolume: Option[Int], administrator: Option[Int], desiccant: Option[String], siteCode: Option[Int], situationDate: Option[DateTime]) extends Product with Serializable

    Permalink
  3. case class CentralChannel(centralId: Int, channelId: Option[Int], name: Option[String], assignment: Option[String], comment: Option[String], remoteTransmission: Option[String], periodicity: Option[Int], register: Option[String], dataType: Option[Double]) extends Product with Serializable

    Permalink
  4. case class CentralRange(centralId: Int, day: Option[Int], range: Option[String], comment: Option[String]) extends Product with Serializable

    Permalink
  5. case class CentralSituation(idCentralSituation: Int, siteCode: Option[Int], siteType: Option[Int], siteName: Option[String], idCentral: Option[Int], statusCode: Option[Int], comment: Option[String], situationDate: Option[DateTime], situationEndDate: Option[DateTime], campaignCode: Option[Int], eventCode: Option[Int]) extends Product with Serializable

    Permalink
  6. case class CentralType(materielType: Option[Int], name: Option[String], provider: Option[Int], comment: Option[String], updateDate: Option[DateTime], updateLogin: Option[String], startDate: Option[DateTime], endDate: Option[DateTime], powerSupplyType: Option[Int], pileNumber: Option[Int], manufacturerId: Option[Int], callFrequency: Option[Int], callHour: Option[Int], transmissionVolume: Option[Int], telecomType: Option[Int], thresholdOverrun: Option[String], desiccant: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object Central extends Serializable

    Permalink
  2. object CentralAssignated extends Serializable

    Permalink
  3. object CentralChannel extends Serializable

    Permalink
  4. object CentralRange extends Serializable

    Permalink
  5. object CentralSituation extends Serializable

    Permalink
  6. object CentralType extends Serializable

    Permalink

Ungrouped