class ExamRoom extends LongId

考场

Linear Supertypes
LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExamRoom
  2. LongId
  3. LongIdEntity
  4. NumId
  5. Entity
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExamRoom(activity: ExamActivity, classroom: Classroom)
  2. new ExamRoom()

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. var activities: Buffer[ExamActivity]

    考试活动

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var beginAt: HourMinute

    开始时间

  7. def clazzs: Set[Clazz]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. var endAt: HourMinute

    结束时间

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  12. var examOn: LocalDate

    考试日期

  13. var examTakers: Set[ExamTaker]

    应考学生

  14. var examType: ExamType

    考试类型

  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  18. var id: Long
    Definition Classes
    NumId → Entity
  19. var invigilations: Set[Invigilation]

    监考信息

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  25. var room: Classroom

    教室

  26. var semester: Semester

    考试学期

  27. var stdCount: Int

    考试人数

  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. var teachDepart: Department

    开课院系

  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped