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]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Installation
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val address: Option[String]
- val altitude: Option[Double]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val closeComment: Option[String]
- val code: Option[String]
- val comments: Option[String]
- val confidential: Option[String]
- val creationDate: Option[DateTime]
- val dataOrigin: Option[String]
- val declarationDate: Option[DateTime]
- val declarationNumber: Option[String]
- val declarationTownCode: Option[String]
- val descriptive: Option[String]
- val designation: Option[String]
- val endDate: Option[DateTime]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executionModeCode: Option[Int]
- val exploitationCode: Option[Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val id: Int
- val installationType: Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jobExecutionId: Option[Int]
- val manufacturer: Option[Int]
- val mnemonic: Option[String]
- val name: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val ownerCode: Option[Int]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val projection: Option[Double]
- val stateCode: Option[Int]
- val status: Option[Int]
- val statusDate: Option[DateTime]
- val statusLogin: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val townCode: Option[String]
- val updateDate: Option[DateTime]
- val updateLogin: Option[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val x: Option[Double]
- val y: Option[Double]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)