Class/Object

domain.model.powerSupply

PowerSupply

Related Docs: object PowerSupply | package powerSupply

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PowerSupply
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val administrator: Option[Int]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val comment: Option[String]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val id: Int

    Permalink
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val lifeTime: Option[Double]

    Permalink
  14. val manufactureDate: Option[DateTime]

    Permalink
  15. val manufacturerId: Option[Int]

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. val networkCode: Option[Int]

    Permalink
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val powerSupplyType: Option[Int]

    Permalink
  21. val providerId: Option[Int]

    Permalink
  22. val purchaseDate: Option[DateTime]

    Permalink
  23. val reference: Option[String]

    Permalink
  24. val referentLogin: Option[String]

    Permalink
  25. val serialNumber: Option[String]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val updateDate: Option[DateTime]

    Permalink
  28. val updateLogin: Option[String]

    Permalink
  29. val voltage: Option[Double]

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val warrentyExpirationDate: Option[DateTime]

    Permalink
  34. val withdrawalDate: Option[DateTime]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped