case class QualitometerEvent(code: Double, number: Double, date: DateTime, volt: Option[Double], comment: Option[String], chgtpiles: Option[String], graph: Option[String], bankExport: Option[String], eventType: Option[String], problem: Option[String], solution: Option[String], eventHour: Option[DateTime], razstation: Option[String], valeurcalee: Option[Double], sondeTemperature: Option[Double], centralTemperature: Option[Double], contactCode: Option[Int], ns: Option[Double], nc: Option[Double]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QualitometerEvent
  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 QualitometerEvent(code: Double, number: Double, date: DateTime, volt: Option[Double], comment: Option[String], chgtpiles: Option[String], graph: Option[String], bankExport: Option[String], eventType: Option[String], problem: Option[String], solution: Option[String], eventHour: Option[DateTime], razstation: Option[String], valeurcalee: Option[Double], sondeTemperature: Option[Double], centralTemperature: Option[Double], contactCode: Option[Int], ns: Option[Double], nc: Option[Double])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bankExport: Option[String]
  6. val centralTemperature: Option[Double]
  7. val chgtpiles: Option[String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val code: Double
  10. val comment: Option[String]
  11. val contactCode: Option[Int]
  12. val date: DateTime
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val eventHour: Option[DateTime]
  15. val eventType: Option[String]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. val graph: Option[String]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val nc: Option[Double]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. val ns: Option[Double]
  24. val number: Double
  25. val problem: Option[String]
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val razstation: Option[String]
  28. val solution: Option[String]
  29. val sondeTemperature: Option[Double]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val valeurcalee: Option[Double]
  32. val volt: Option[Double]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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