p
model
package model
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package input
- package problemSolution
- package searchAnalysis
Type Members
- case class AnalysisThresholdStation(stationType: String, parameterCode: String, thresholdType: Double, listType: Option[String]) extends Product with Serializable
- case class Event(idPiezo: Long, idEvent: Int, eventDate: DateTime, comment: String) extends Product with Serializable
- case class IAEauLearning(idStation: Long, typeStation: Option[Int], modele: Option[String], apprentissageId: String, dateDebut: DateTime, dateFin: Option[DateTime], login: Option[String], statut: Int, parametres: Option[String]) extends Product with Serializable
- case class Nature(libelle: String, mnemo: Option[String], code: Int = 0) extends Product with Serializable
- case class PrevisionalVisitNumber(code: Int, visitNumber: Option[Int] = None) extends Product with Serializable
- case class QualitometerLink(id: String, stationType: Long, stationLinkedId: String, stationLinkedType: Long, linkType: Option[String]) extends Product with Serializable
- case class QualitometerNetworkLink(idQualito: Double, idNetwork: Double, startDate: Option[DateTime] = None, endDate: Option[DateTime] = None) extends Product with Serializable
- case class SandreCodeUsage(waterUsageCode: String, code: Double, waterUsageLabel: String) extends Product with Serializable
- case class Station(type: String, codebss: Option[String], name: Option[String], x: Option[Double], y: Option[Double]) extends Product with Serializable
- case class StationEvent(id: Double, code: Option[String], townCode: Option[String], designation: Option[String], name: Option[String], creationDate: Option[DateTime], closeDate: Option[DateTime], x: Option[Double], y: Option[Double], projection: Option[Double], altitude: Option[Double], stationType: Int, eventId: Double, eventDate: Option[DateTime], eventHour: Option[DateTime], eventComment: Option[String], eventSolution: Option[String], eventProblem: Option[String]) extends Product with Serializable
- case class VisitNumberInProgress(code: Int, visitNumber: Option[Int] = None) extends Product with Serializable
Value Members
- object AnalysisThresholdStation extends Serializable
- object Event extends Serializable
- object IAEauLearning extends Serializable
- object Nature extends Serializable
- object PrevisionalVisitNumber extends Serializable
- object QualitometerLink extends Serializable
- object QualitometerNetworkLink extends Serializable
- object SandreCodeUsage extends Serializable
- object Station extends Serializable
- object StationEvent extends Serializable
- object VisitNumberInProgress extends Serializable