com.gilt.gfc.time

Timestamp

case class Timestamp(time: Long) extends Ordered[Timestamp] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[Timestamp], Comparable[Timestamp], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Timestamp
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Timestamp(timestamp: String)

  2. new Timestamp(date: Date)

  3. new Timestamp()

  4. new Timestamp(time: Long)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(date: Date): Timestamp

  5. def +(other: Timestamp): Timestamp

  6. def +(millis: Long): Timestamp

  7. def -(date: Date): Timestamp

  8. def -(other: Timestamp): Timestamp

  9. def -(millis: Long): Timestamp

  10. def <(date: Date): Boolean

  11. def <(millis: Long): Boolean

  12. def <(that: Timestamp): Boolean

    Definition Classes
    Ordered
  13. def <=(date: Date): Boolean

  14. def <=(millis: Long): Boolean

  15. def <=(that: Timestamp): Boolean

    Definition Classes
    Ordered
  16. def ==(date: Date): Boolean

  17. def ==(millis: Long): Boolean

  18. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  20. def >(date: Date): Boolean

  21. def >(millis: Long): Boolean

  22. def >(that: Timestamp): Boolean

    Definition Classes
    Ordered
  23. def >=(date: Date): Boolean

  24. def >=(millis: Long): Boolean

  25. def >=(that: Timestamp): Boolean

    Definition Classes
    Ordered
  26. def after(date: Date): Boolean

  27. def after(other: Timestamp): Boolean

  28. def after(millis: Long): Boolean

  29. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  30. def asString: String

  31. def before(date: Date): Boolean

  32. def before(other: Timestamp): Boolean

  33. def before(millis: Long): Boolean

  34. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def compare(other: Timestamp): Int

    Definition Classes
    Timestamp → Ordered
  36. def compareTo(other: Timestamp): Int

    Definition Classes
    Timestamp → Ordered → Comparable
  37. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def equals(other: Any): Boolean

    Definition Classes
    Timestamp → Equals → AnyRef → Any
  39. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  41. def getTime(): Long

  42. def hashCode(): Int

    Definition Classes
    Timestamp → AnyRef → Any
  43. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. val time: Long

  49. def toDate: Date

  50. def toSqlTimestamp: java.sql.Timestamp

  51. def toString(): String

    Definition Classes
    Timestamp → AnyRef → Any
  52. def unary_-: Timestamp

  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[Timestamp]

Inherited from Comparable[Timestamp]

Inherited from AnyRef

Inherited from Any

Ungrouped