Packages

case class PARWithStats(id: Long, name: Option[String], year: Int, statusCode: Option[Int], description: Option[String], tanks: Boolean, periode: Int, updateDate: Option[DateTime], updateLogin: Option[String], organism: Option[Long], linkSurveys: Option[Seq[LinkPARSurvey]], linkScenarios: Option[Seq[PARScenario]], linkVolumesUGE: Option[Seq[PARVolumeManagementUnit]], linkScenariosVolumesAllocated: Option[Seq[PARScenarioVolumes]], volume: Option[Double], volumeLowWater: Option[Double], volumeNotLowWater: Option[Double], nbUG: Option[Long], nbUGValidated: Option[Long], volumeTotalUG: Option[Double], volumeReserved: Option[Double]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PARWithStats
  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 PARWithStats(PAR: PARWithLinks, volume: Option[Double], volumeLowWater: Option[Double], volumeNotLowWater: Option[Double], nbUG: Option[Long], nbUGValidated: Option[Long], volumeTotalUG: Option[Double], volumeReserved: Option[Double])
  2. new PARWithStats(id: Long, name: Option[String], year: Int, statusCode: Option[Int], description: Option[String], tanks: Boolean, periode: Int, updateDate: Option[DateTime], updateLogin: Option[String], organism: Option[Long], linkSurveys: Option[Seq[LinkPARSurvey]], linkScenarios: Option[Seq[PARScenario]], linkVolumesUGE: Option[Seq[PARVolumeManagementUnit]], linkScenariosVolumesAllocated: Option[Seq[PARScenarioVolumes]], volume: Option[Double], volumeLowWater: Option[Double], volumeNotLowWater: Option[Double], nbUG: Option[Long], nbUGValidated: Option[Long], volumeTotalUG: Option[Double], volumeReserved: 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. val description: Option[String]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. val id: Long
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. val linkScenarios: Option[Seq[PARScenario]]
  12. val linkScenariosVolumesAllocated: Option[Seq[PARScenarioVolumes]]
  13. val linkSurveys: Option[Seq[LinkPARSurvey]]
  14. val linkVolumesUGE: Option[Seq[PARVolumeManagementUnit]]
  15. val name: Option[String]
  16. val nbUG: Option[Long]
  17. val nbUGValidated: Option[Long]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. val organism: Option[Long]
  22. val periode: Int
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val statusCode: Option[Int]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val tanks: Boolean
  27. val updateDate: Option[DateTime]
  28. val updateLogin: Option[String]
  29. val volume: Option[Double]
  30. val volumeLowWater: Option[Double]
  31. val volumeNotLowWater: Option[Double]
  32. val volumeReserved: Option[Double]
  33. val volumeTotalUG: Option[Double]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. val year: 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