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

学籍信息实现

Linear Supertypes
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. Remark
  3. Updated
  4. Coded
  5. YearId
  6. EducationBased
  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. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val code: String
    Definition Classes
    Coded
  7. var duration: Float

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

  8. val education: Education
    Definition Classes
    EducationBased
  9. var enrollOn: Date

    入学报到日期

  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
  14. var graduateOn: Date

    应毕业时间 预计毕业日期

  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 registOn: Date

    学籍生效日期

  26. var registed: Boolean

    是否有学籍

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

    学籍状态

  29. var states: Buffer[StudentState]

    状态

  30. var stdType: StdType

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

  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: Date
    Definition Classes
    Updated
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def year: Int
    Definition Classes
    Student → YearId

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