class Student extends LongId with EduLevelBased with Updated with Remark with DateRange

学籍信息实现

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

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. var duration: Float

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

  8. val endOn: LocalDate
    Definition Classes
    DateRange
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. var graduateOn: LocalDate

    预计毕业日期

    预计毕业日期

    • 入学日期+学习年限=预计毕业日期
    • 该日期是学籍状态的最后截止日期,但预计毕业日期不得晚于学籍截止日期
  13. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  14. var id: Long
    Definition Classes
    NumId → Entity
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. var labels: Map[StdLabelType, StdLabel]

    学生分类标签

  17. val level: EducationLevel
    Definition Classes
    EduLevelBased
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  22. var person: Option[Person]

    基本信息

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

    是否有学籍

  25. val remark: Option[String]
    Definition Classes
    Remark
  26. var state: Option[StudentState]

    学籍状态

  27. var states: Buffer[StudentState]

    状态

  28. var stdType: StdType

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

  29. var studyOn: LocalDate

    入学日期

    入学日期

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

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

  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. var tutor: Option[Teacher]

    导师

  34. val updatedAt: Instant
    Definition Classes
    Updated
  35. var user: User

    用户信息

  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def within(date: LocalDate): Boolean
    Definition Classes
    DateRange

Deprecated Value Members

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

Inherited from DateRange

Inherited from Remark

Inherited from Updated

Inherited from EduLevelBased

Inherited from ProjectBased

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped