Package

domain.model

sim

Permalink

package sim

Visibility
  1. Public
  2. All

Type Members

  1. case class Sim(id: Int, serialNumber: Option[String], comment: Option[String], simType: Option[Int], enableDate: Option[DateTime], disableDate: Option[DateTime], explanationDisable: Option[String], callNumber: Option[String], providerId: Option[Int], updateDate: Option[DateTime], updateLogin: Option[String], loginReferent: Option[String], manufacturerId: Option[Int], administrator: Option[Int], purchaseDate: Option[DateTime], networkCode: Option[Int]) extends Product with Serializable

    Permalink
  2. case class SimAssignated(id: Int, serialNumber: Option[String], comment: Option[String], simType: Option[Int], enableDate: Option[DateTime], disableDate: Option[DateTime], explanationDisable: Option[String], callNumber: Option[String], providerId: Option[Int], updateDate: Option[DateTime], updateLogin: Option[String], loginReferent: Option[String], manufacturerId: Option[Int], administrator: Option[Int], purchaseDate: Option[DateTime], siteCode: Option[Int], situationDate: Option[DateTime]) extends Product with Serializable

    Permalink
  3. case class SimSituation(idSimSituation: Int, siteCode: Option[Int], siteType: Option[Int], siteName: Option[String], idSim: 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
  4. case class SimType(materielType: Option[Int], name: Option[String], provider: Option[Int], comment: Option[String], updateDate: Option[DateTime], updateLogin: Option[String], startDate: Option[DateTime], endDate: Option[DateTime]) extends Product with Serializable

    Permalink

Value Members

  1. object Sim extends Serializable

    Permalink
  2. object SimAssignated extends Serializable

    Permalink
  3. object SimSituation extends Serializable

    Permalink
  4. object SimType extends Serializable

    Permalink

Ungrouped