class Student extends LongId with EducationBased with YearId with Coded with Updated with Remark with DateRange
学籍信息实现
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Student
- DateRange
- Remark
- Updated
- Coded
- YearId
- EducationBased
- 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
- @throws( ... )
-
val
code: String
- Definition Classes
- Coded
-
var
duration: Float
学制 学习年限(允许0.5年出现)
-
val
education: Education
- Definition Classes
- EducationBased
-
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
-
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]
学生分类标签
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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
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
-
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
- @throws( ... )
-
def
year: Int
- Definition Classes
- Student → YearId