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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ticket
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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
- val archiveFlag: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val changeBy: Id[Users]
- val changeTime: Date
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val createBy: Id[Users]
- val createTime: Date
- val customerId: Option[CustomerId]
- val customerUserId: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val escalationResponseTime: Int
- val escalationSolutionTime: Int
- val escalationTime: Int
- val escalationUpdateTime: Int
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: Id[Ticket]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val queueId: Id[Queue]
- val responsibleUserId: Id[Users]
- val serviceId: Option[Id[Service]]
- val slaId: Option[Id[Sla]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val ticketLockId: Id[TicketLockType]
- val ticketPriorityId: Id[TicketPriority]
- val ticketStateId: Id[TicketState]
- val timeout: Int
- val title: Option[String]
- val tn: String
- val typeId: Option[Id[TicketType]]
- val untilTime: Int
- val userId: Id[Users]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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]) @native()