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

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StationEvent
  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 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])

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 altitude: Option[Double]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val closeDate: Option[DateTime]
  8. val code: Option[String]
  9. val creationDate: Option[DateTime]
  10. val designation: Option[String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val eventComment: Option[String]
  13. val eventDate: Option[DateTime]
  14. val eventHour: Option[DateTime]
  15. val eventId: Double
  16. val eventProblem: Option[String]
  17. val eventSolution: Option[String]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. val id: Double
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val name: Option[String]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val projection: Option[Double]
  27. val stationType: Int
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val townCode: Option[String]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. val x: Option[Double]
  34. val y: Option[Double]

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