case class Ticket(id: Id[Ticket], tn: String, title: Option[String] = None, queueId: Id[Queue], ticketLockId: Id[TicketLockType], typeId: Option[Id[TicketType]] = None, serviceId: Option[Id[Service]] = None, slaId: Option[Id[Sla]] = None, userId: Id[Users], responsibleUserId: Id[Users], ticketPriorityId: Id[TicketPriority], ticketStateId: Id[TicketState], customerId: Option[CustomerId] = None, customerUserId: Option[String] = None, timeout: Int, untilTime: Int, escalationTime: Int, escalationUpdateTime: Int, escalationResponseTime: Int, escalationSolutionTime: Int, archiveFlag: Int, createTime: Date, createBy: Id[Users], changeTime: Date, changeBy: Id[Users]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ticket
  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 Ticket(id: Id[Ticket], tn: String, title: Option[String] = None, queueId: Id[Queue], ticketLockId: Id[TicketLockType], typeId: Option[Id[TicketType]] = None, serviceId: Option[Id[Service]] = None, slaId: Option[Id[Sla]] = None, userId: Id[Users], responsibleUserId: Id[Users], ticketPriorityId: Id[TicketPriority], ticketStateId: Id[TicketState], customerId: Option[CustomerId] = None, customerUserId: Option[String] = None, timeout: Int, untilTime: Int, escalationTime: Int, escalationUpdateTime: Int, escalationResponseTime: Int, escalationSolutionTime: Int, archiveFlag: Int, createTime: Date, createBy: Id[Users], changeTime: Date, changeBy: Id[Users])

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 archiveFlag: Int
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val changeBy: Id[Users]
  7. val changeTime: Date
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val createBy: Id[Users]
  10. val createTime: Date
  11. val customerId: Option[CustomerId]
  12. val customerUserId: Option[String]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val escalationResponseTime: Int
  15. val escalationSolutionTime: Int
  16. val escalationTime: Int
  17. val escalationUpdateTime: Int
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val id: Id[Ticket]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val queueId: Id[Queue]
  27. val responsibleUserId: Id[Users]
  28. val serviceId: Option[Id[Service]]
  29. val slaId: Option[Id[Sla]]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val ticketLockId: Id[TicketLockType]
  32. val ticketPriorityId: Id[TicketPriority]
  33. val ticketStateId: Id[TicketState]
  34. val timeout: Int
  35. val title: Option[String]
  36. val tn: String
  37. val typeId: Option[Id[TicketType]]
  38. val untilTime: Int
  39. val userId: Id[Users]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped