case class PluviometerInput(id: Int, name: Option[String], creationDate: Option[DateTime], closeDate: Option[DateTime], x: Option[Double], y: Option[Double], projectionType: Option[Int], altitude: Option[Double], measureExpression: Option[Int], comment: Option[String], townCode: Option[String], contactCode: Option[Int], code: Option[String], address: Option[String], countryCode: Option[String], contributorCode: Option[String], jobId: Option[Int], updateLogin: Option[String], updateDate: Option[DateTime], cityCodeDeclaration: Option[String]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PluviometerInput
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PluviometerInput(id: Int, name: Option[String], creationDate: Option[DateTime], closeDate: Option[DateTime], x: Option[Double], y: Option[Double], projectionType: Option[Int], altitude: Option[Double], measureExpression: Option[Int], comment: Option[String], townCode: Option[String], contactCode: Option[Int], code: Option[String], address: Option[String], countryCode: Option[String], contributorCode: Option[String], jobId: Option[Int], updateLogin: Option[String], updateDate: Option[DateTime], cityCodeDeclaration: Option[String])
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
- val cityCodeDeclaration: Option[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val closeDate: Option[DateTime]
- val code: Option[String]
- val comment: Option[String]
- val contactCode: Option[Int]
- val contributorCode: Option[String]
- val countryCode: Option[String]
- val creationDate: Option[DateTime]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val id: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jobId: Option[Int]
- val measureExpression: Option[Int]
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val projectionType: Option[Int]
- 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)