case class Queue(id: Id[Queue], name: String, groupId: Id[GroupsTable], unlockTimeout: Option[Int] = None, firstResponseTime: Option[Int] = None, firstResponseNotify: Option[Int] = None, updateTime: Option[Int] = None, updateNotify: Option[Int] = None, solutionTime: Option[Int] = None, solutionNotify: Option[Int] = None, systemAddressId: Id[SystemAddress], calendarName: Option[String] = None, defaultSignKey: Option[String] = None, salutationId: Id[Salutation], signatureId: Id[Signature], followUpId: Id[FollowUpPossible], followUpLock: Int, comments: Option[String] = None, validId: Id[Valid], createTime: Date, createBy: Id[Users], changeTime: Date, changeBy: Id[Users]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Queue
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Queue(id: Id[Queue], name: String, groupId: Id[GroupsTable], unlockTimeout: Option[Int] = None, firstResponseTime: Option[Int] = None, firstResponseNotify: Option[Int] = None, updateTime: Option[Int] = None, updateNotify: Option[Int] = None, solutionTime: Option[Int] = None, solutionNotify: Option[Int] = None, systemAddressId: Id[SystemAddress], calendarName: Option[String] = None, defaultSignKey: Option[String] = None, salutationId: Id[Salutation], signatureId: Id[Signature], followUpId: Id[FollowUpPossible], followUpLock: Int, comments: Option[String] = None, validId: Id[Valid], 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val calendarName: Option[String]
- val changeBy: Id[Users]
- val changeTime: Date
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val comments: Option[String]
- val createBy: Id[Users]
- val createTime: Date
- val defaultSignKey: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val firstResponseNotify: Option[Int]
- val firstResponseTime: Option[Int]
- val followUpId: Id[FollowUpPossible]
- val followUpLock: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val groupId: Id[GroupsTable]
- val id: Id[Queue]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- 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 salutationId: Id[Salutation]
- val signatureId: Id[Signature]
- val solutionNotify: Option[Int]
- val solutionTime: Option[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val systemAddressId: Id[SystemAddress]
- val unlockTimeout: Option[Int]
- val updateNotify: Option[Int]
- val updateTime: Option[Int]
- val validId: Id[Valid]
- 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()