class Student extends LongId with EduSpanBased with Coded with Updated with Remark with DateRange

学籍信息实现

Linear Supertypes
DateRange, Remark, Updated, Coded, EduSpanBased, ProjectBased, LongId, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Student
  2. DateRange
  3. Remark
  4. Updated
  5. Coded
  6. EduSpanBased
  7. ProjectBased
  8. LongId
  9. NumId
  10. Entity
  11. Serializable
  12. Serializable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Student()

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. val beginOn: LocalDate
    Definition Classes
    DateRange
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. val code: String
    Definition Classes
    Coded
  8. var duration: Float

    学习年限(允许0.5年出现)

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

    预计毕业日期

    预计毕业日期

    • 入学日期+学习年限=预计毕业日期
    • 该日期是学籍状态的最后截止日期,但预计毕业日期不得晚于学籍截止日期
  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. var labels: Map[StdLabelType, StdLabel]

    学生分类标签

  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 person: Person

    基本信息

  24. val project: Project
    Definition Classes
    ProjectBased
  25. var registed: Boolean

    是否有学籍

  26. val remark: Option[String]
    Definition Classes
    Remark
  27. val span: EduSpan
    Definition Classes
    EduSpanBased
  28. var state: Option[StudentState]

    学籍状态

  29. var states: Buffer[StudentState]

    状态

  30. var stdType: StdType

    学生类别 所在项目内的学生类别

  31. var studyOn: LocalDate

    入学日期

    入学日期

    • 入学日期+最长学习年限=学籍截止日期
    • 该日期也是学籍状态开始的日期(student.state.beginOn),但不得早于学籍有效的开始日期(student.beginOn)
  32. var studyType: StudyType

    学习形式 全日制/业余/函授

  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. var tutor: Option[Teacher]

    导师

  36. val updatedAt: Instant
    Definition Classes
    Updated
  37. var user: User

    用户信息

  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from DateRange

Inherited from Remark

Inherited from Updated

Inherited from Coded

Inherited from EduSpanBased

Inherited from ProjectBased

Inherited from LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped