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
- NumId
- Entity
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )