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

学籍信息实现

Linear Supertypes
DateRange, Remark, Updated, Coded, 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. Coded
  6. EduLevelBased
  7. ProjectBased
  8. LongId
  9. LongIdEntity
  10. NumId
  11. Entity
  12. Serializable
  13. AnyRef
  14. 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. 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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. var graduateOn: LocalDate

    预计毕业日期

    预计毕业日期

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

    学生分类标签

  18. val level: EducationLevel
    Definition Classes
    EduLevelBased
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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. var state: Option[StudentState]

    学籍状态

  28. var states: Buffer[StudentState]

    状态

  29. var stdType: StdType

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

  30. var studyOn: LocalDate

    入学日期

    入学日期

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

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

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

    导师

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

    用户信息

  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DateRange

Inherited from Remark

Inherited from Updated

Inherited from Coded

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