c

org.openurp.edu.exam.model

InvigilationQuota

class InvigilationQuota extends LongId with Remark

监考人员 NatureId(teacher,semester)

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

Instance Constructors

  1. new InvigilationQuota()

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. def addQuota(campus: Campus, depart: Department, quota: Float): InvigilationQuotaDetail
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def campuses: Set[Campus]
  7. def cleanup(): Boolean
  8. def clearQuota(): Unit
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def departs: Set[Department]
  11. var details: Buffer[InvigilationQuotaDetail]

    监考明细

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  14. var excludes: Buffer[LocalDate]

    排除的日期

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

    教师

  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 persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  26. var project: Project

    项目

  27. var quota: Int

    次数

  28. val remark: Option[String]
    Definition Classes
    Remark
  29. var semester: Semester

    学年学期

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

Inherited from Remark

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