case class Installation(id: Int, code: Option[String], name: Option[String], installationType: Option[Int], descriptive: Option[String], creationDate: Option[DateTime], x: Option[Double], y: Option[Double], projection: Option[Double], mnemonic: Option[String], townCode: Option[String], declarationTownCode: Option[String], address: Option[String], altitude: Option[Double], comments: Option[String], declarationDate: Option[DateTime], declarationNumber: Option[String], endDate: Option[DateTime], closeComment: Option[String], updateLogin: Option[String], updateDate: Option[DateTime], confidential: Option[String], executionModeCode: Option[Int], stateCode: Option[Int], ownerCode: Option[Int], dataOrigin: Option[String], exploitationCode: Option[Int], jobExecutionId: Option[Int], manufacturer: Option[Int], designation: Option[String], status: Option[Int], statusLogin: Option[String], statusDate: Option[DateTime], postalCode: Option[String] = None) extends Product with Serializable

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

Instance Constructors

  1. new Installation(id: Int, code: Option[String], name: Option[String], installationType: Option[Int], descriptive: Option[String], creationDate: Option[DateTime], x: Option[Double], y: Option[Double], projection: Option[Double], mnemonic: Option[String], townCode: Option[String], declarationTownCode: Option[String], address: Option[String], altitude: Option[Double], comments: Option[String], declarationDate: Option[DateTime], declarationNumber: Option[String], endDate: Option[DateTime], closeComment: Option[String], updateLogin: Option[String], updateDate: Option[DateTime], confidential: Option[String], executionModeCode: Option[Int], stateCode: Option[Int], ownerCode: Option[Int], dataOrigin: Option[String], exploitationCode: Option[Int], jobExecutionId: Option[Int], manufacturer: Option[Int], designation: Option[String], status: Option[Int], statusLogin: Option[String], statusDate: Option[DateTime], postalCode: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val address: Option[String]
  5. val altitude: Option[Double]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val closeComment: Option[String]
  9. val code: Option[String]
  10. val comments: Option[String]
  11. val confidential: Option[String]
  12. val creationDate: Option[DateTime]
  13. val dataOrigin: Option[String]
  14. val declarationDate: Option[DateTime]
  15. val declarationNumber: Option[String]
  16. val declarationTownCode: Option[String]
  17. val descriptive: Option[String]
  18. val designation: Option[String]
  19. val endDate: Option[DateTime]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val executionModeCode: Option[Int]
  22. val exploitationCode: Option[Int]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. val id: Int
  25. val installationType: Option[Int]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val jobExecutionId: Option[Int]
  28. val manufacturer: Option[Int]
  29. val mnemonic: Option[String]
  30. val name: Option[String]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. val ownerCode: Option[Int]
  35. val postalCode: Option[String]
  36. def productElementNames: Iterator[String]
    Definition Classes
    Product
  37. val projection: Option[Double]
  38. val stateCode: Option[Int]
  39. val status: Option[Int]
  40. val statusDate: Option[DateTime]
  41. val statusLogin: Option[String]
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val townCode: Option[String]
  44. val updateDate: Option[DateTime]
  45. val updateLogin: Option[String]
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. val x: Option[Double]
  50. val y: Option[Double]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped