case class OperationListSpecific(operationId: Double, date: Option[DateTime], nbAnalysis: Option[Int], nbAnalysisValidated: Option[Int], status: Option[Double], qualification: Option[Double], support: Option[Double], sampler: Option[Double], labo: Option[Array[Double]], producer: Option[Double], idPoint: Option[Double], pointIdentifier: Option[String], pointName: Option[String], pointCode: Option[String], pointStartDepth: Option[Double], pointEndDepth: Option[Double], refLabo: Array[String], pathPdf: Option[String] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OperationListSpecific
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new OperationListSpecific(operationId: Double, date: Option[DateTime], nbAnalysis: Option[Int], nbAnalysisValidated: Option[Int], status: Option[Double], qualification: Option[Double], support: Option[Double], sampler: Option[Double], labo: Option[Array[Double]], producer: Option[Double], idPoint: Option[Double], pointIdentifier: Option[String], pointName: Option[String], pointCode: Option[String], pointStartDepth: Option[Double], pointEndDepth: Option[Double], refLabo: Array[String], pathPdf: Option[String] = None)
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 date: Option[DateTime]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idPoint: Option[Double]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labo: Option[Array[Double]]
- val nbAnalysis: Option[Int]
- val nbAnalysisValidated: Option[Int]
- 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 operationId: Double
- val pathPdf: Option[String]
- val pointCode: Option[String]
- val pointEndDepth: Option[Double]
- val pointIdentifier: Option[String]
- val pointName: Option[String]
- val pointStartDepth: Option[Double]
- val producer: Option[Double]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def qpToString: String
- val qualification: Option[Double]
- val refLabo: Array[String]
- val sampler: Option[Double]
- val status: Option[Double]
- val support: Option[Double]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLight: Seq[Option[Any]]
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)