class ExamGroup extends LongId with Named with SemesterBased with Updated

排考组

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

Instance Constructors

  1. new ExamGroup()

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 allocSetting: RoomAllocSetting

    教室分配设置

  5. var allowInClass: Boolean

    允许随堂考试

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. var beginOn: LocalDate

    开始日期

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. var endOn: LocalDate

    结束日期

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

    考试类型

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  15. var id: Long
    Definition Classes
    NumId → Entity
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. var maxCourseConflictRatio: Float

    最大学生上课冲突比率

  18. var minCourseConflictCount: Int

    最小学生上课冲突人数

  19. val name: String
    Definition Classes
    Named
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  24. val project: Project
    Definition Classes
    SemesterBased
  25. var publishState: State

    发布状态

  26. var rooms: Buffer[Classroom]

    可用教室

  27. val semester: Semester
    Definition Classes
    SemesterBased
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. var tasks: Buffer[ExamTask]

    排考任务列表

  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. var turns: Buffer[ExamTurn]

    场次列表

  32. val updatedAt: Instant
    Definition Classes
    Updated
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Updated

Inherited from SemesterBased

Inherited from Named

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped