Packages

case class RSEauDaily(date: DateTime, landId: Int, sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], waterStressScore: Option[Int], waterStressDay: Option[DateTime], previousEEE: Option[Double], nextEEE: Option[Double], PSE: Option[Double], previousPSE: Option[Double], nextPSE: Option[Double], strategies: Seq[RSEauStrategy], ecoNote: Option[String] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RSEauDaily
  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 RSEauDaily(daily: RSEauDailySQL, strategies: Seq[RSEauStrategy])
  2. new RSEauDaily(date: DateTime, landId: Int, sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], waterStressScore: Option[Int], waterStressDay: Option[DateTime], previousEEE: Option[Double], nextEEE: Option[Double], PSE: Option[Double], previousPSE: Option[Double], nextPSE: Option[Double], strategies: Seq[RSEauStrategy], ecoNote: 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 EEE: Option[Double]
  5. val PSE: 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 date: DateTime
  9. val ecoNote: Option[String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val landId: Int
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val nextEEE: Option[Double]
  16. val nextPSE: Option[Double]
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. val parsimonyScore: Option[Double]
  20. val previousEEE: Option[Double]
  21. val previousPSE: Option[Double]
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. val sparedWaterAmount: Option[Double]
  24. val strategies: Seq[RSEauStrategy]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. val waterStressDay: Option[DateTime]
  30. val waterStressScore: Option[Int]

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