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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PARWithStats
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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])
- 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
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val description: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val id: Long
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val linkScenarios: Option[Seq[PARScenario]]
- val linkScenariosVolumesAllocated: Option[Seq[PARScenarioVolumes]]
- val linkSurveys: Option[Seq[LinkPARSurvey]]
- val linkVolumesUGE: Option[Seq[PARVolumeManagementUnit]]
- val name: Option[String]
- val nbUG: Option[Long]
- val nbUGValidated: Option[Long]
- 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()
- val organism: Option[Long]
- val periode: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val statusCode: Option[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tanks: Boolean
- val updateDate: Option[DateTime]
- val updateLogin: Option[String]
- val volume: Option[Double]
- val volumeLowWater: Option[Double]
- val volumeNotLowWater: Option[Double]
- val volumeReserved: Option[Double]
- val volumeTotalUG: Option[Double]
- 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 year: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)