Class/Object

domain.Input

PowerSupplyInput

Related Docs: object PowerSupplyInput | package Input

Permalink

case class PowerSupplyInput(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. PowerSupplyInput
  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 PowerSupplyInput(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. final def isInstanceOf[T0]: Boolean

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

    Permalink
  13. val manufactureDate: Option[DateTime]

    Permalink
  14. val manufacturerId: Option[Int]

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

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

    Permalink
  17. final def notify(): Unit

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

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

    Permalink
  20. val providerId: Option[Int]

    Permalink
  21. val purchaseDate: Option[DateTime]

    Permalink
  22. val reference: Option[String]

    Permalink
  23. val referentLogin: Option[String]

    Permalink
  24. val serialNumber: Option[String]

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

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

    Permalink
  27. val updateLogin: Option[String]

    Permalink
  28. val voltage: Option[Double]

    Permalink
  29. final def wait(): Unit

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

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

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

    Permalink
  33. val withdrawalDate: Option[DateTime]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped