Packages

c

org.openurp.edu.graduation.model

LastMakeupClazz

class LastMakeupClazz extends LongId

毕业清考任务

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

Instance Constructors

  1. new LastMakeupClazz()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. var course: Course

    课程

  7. var crn: String

    清考序号

  8. var depart: Department

    开课院系

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. var gradeInputAt: Option[Instant]

    成绩录入时间

  14. var gradeSubmited: Boolean

    是否提交成绩

  15. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  16. var id: Long
    Definition Classes
    NumId → Entity
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mergeWith(makeupClazz: LastMakeupClazz): Unit
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  23. var project: Project

    项目

  24. var published: Boolean

    是否发布成绩

  25. var semester: Semester

    学年学期

  26. var squads: Set[Squad]

    行政班列表

  27. var stdCount: Int

    学生人数

  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. var takers: Buffer[LastMakeupTaker]

    清考名单

  30. var teacher: Option[Teacher]

    阅卷老师

  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 LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped