class DegreeResult extends LongId with Updated
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DegreeResult
- Updated
- LongId
- LongIdEntity
- NumId
- Entity
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DegreeResult()
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
var
comments: Option[String]
毕业备注
- def deciplineCode: String
-
var
degree: Option[Degree]
学位
-
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] )
-
var
foreignLangPassedOn: Option[LocalDate]
外语通过年月
-
var
ga: Float
平均分
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
var
gpa: Float
GPA
-
def
hashCode(): Int
- Definition Classes
- Entity → AnyRef → Any
-
var
id: Long
- Definition Classes
- NumId → Entity
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
items: Buffer[DegreeAuditItem]
学位审核详细结果
-
var
locked: Boolean
锁定毕业审核结果
-
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()
-
var
passed: Boolean
是否通过学位审核
-
def
persisted: Boolean
- Definition Classes
- Entity
- Annotations
- @Transient()
-
var
published: Boolean
是否已发布
-
var
session: GraduateSession
所属的毕业审核批次
-
var
std: Student
学生
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )