class Student extends LongId with EducationBased with YearId with Coded with Updated with Remark with DateRange

学籍信息实现

Linear Supertypes
DateRange, Remark, Updated, Coded, YearId, EducationBased, 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. YearId
  7. EducationBased
  8. ProjectBased
  9. LongId
  10. NumId
  11. Entity
  12. Serializable
  13. Serializable
  14. AnyRef
  15. 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
    @throws( ... )
  7. val code: String
    Definition Classes
    Coded
  8. var duration: Float

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

  9. val education: Education
    Definition Classes
    EducationBased
  10. val endOn: LocalDate
    Definition Classes
    DateRange
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  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
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  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 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. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def year: Int
    Definition Classes
    Student → YearId

Inherited from DateRange

Inherited from Remark

Inherited from Updated

Inherited from Coded

Inherited from YearId

Inherited from EducationBased

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