class Student extends LongId with EduLevelBased with Coded with Updated with Remark with DateRange
学籍信息实现
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Student
- DateRange
- Remark
- Updated
- Coded
- EduLevelBased
- ProjectBased
- LongId
- LongIdEntity
- NumId
- Entity
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Student()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val beginOn: LocalDate
- Definition Classes
- DateRange
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val code: String
- Definition Classes
- Coded
- var duration: Float
学习年限(允许0.5年出现)
- val endOn: LocalDate
- Definition Classes
- DateRange
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Entity → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var graduateOn: LocalDate
预计毕业日期
预计毕业日期
- 入学日期+学习年限=预计毕业日期
- 该日期是学籍状态的最后截止日期,但预计毕业日期不得晚于学籍截止日期
- def hashCode(): Int
- Definition Classes
- Entity → AnyRef → Any
- var id: Long
- Definition Classes
- NumId → Entity
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var labels: Map[StdLabelType, StdLabel]
学生分类标签
- val level: EducationLevel
- Definition Classes
- EduLevelBased
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def persisted: Boolean
- Definition Classes
- Entity
- Annotations
- @Transient()
- var person: Person
基本信息
- val project: Project
- Definition Classes
- ProjectBased
- var registed: Boolean
是否有学籍
- val remark: Option[String]
- Definition Classes
- Remark
- var state: Option[StudentState]
学籍状态
- var states: Buffer[StudentState]
状态
- var stdType: StdType
学生类别 所在项目内的学生类别
- var studyOn: LocalDate
入学日期
入学日期
- 入学日期+最长学习年限=学籍截止日期
- 该日期也是学籍状态开始的日期(student.state.beginOn),但不得早于学籍有效的开始日期(student.beginOn)
- var studyType: StudyType
学习形式 全日制/业余/函授
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- var tutor: Option[Teacher]
导师
- val updatedAt: Instant
- Definition Classes
- Updated
- var user: User
用户信息
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def within(date: LocalDate): Boolean
- Definition Classes
- DateRange
Deprecated Value Members
- 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.