Packages

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
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PluviometerInput
  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 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

  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. val cityCodeDeclaration: Option[String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val closeDate: Option[DateTime]
  10. val code: Option[String]
  11. val comment: Option[String]
  12. val contactCode: Option[Int]
  13. val contributorCode: Option[String]
  14. val countryCode: Option[String]
  15. val creationDate: Option[DateTime]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. val id: Int
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val jobId: Option[Int]
  21. val measureExpression: Option[Int]
  22. val name: Option[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val projectionType: Option[Int]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val townCode: Option[String]
  30. val updateDate: Option[DateTime]
  31. val updateLogin: Option[String]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. val x: Option[Double]
  36. 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