trait Grade extends LongId with Ordered[Grade] with Updated
成绩接口
系统中所有成绩的抽象接口,记录成绩的原始分数、呈现方式、状态和是否通过。 成绩中设立原始分数和分数字面值,分别表示数字型分数和文字型评价。分数用于和其他记录方式进行转换, 分数字面值则为最后的转换结果。
- Since
2006
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Grade
- Updated
- Ordered
- Comparable
- LongId
- NumId
- Entity
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
compare(that: Grade): Int
- Definition Classes
- Ordered
- abstract def gradeType: GradeType
- abstract def gradingMode: GradingMode
- abstract def gradingMode_=(style: GradingMode): Unit
- abstract def operator: String
- abstract def operator_=(o: String): Unit
- abstract def passed: Boolean
- abstract def passed_=(dp: Boolean): Unit
- abstract def score: Option[Float]
- abstract def scoreText: String
- abstract def scoreText_=(st: String): Unit
- abstract def score_=(s: Option[Float]): Unit
- abstract def status: Int
- abstract def status_=(newStatus: Int): Unit
- abstract def std: Student
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
<(that: Grade): Boolean
- Definition Classes
- Ordered
-
def
<=(that: Grade): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: Grade): Boolean
- Definition Classes
- Ordered
-
def
>=(that: Grade): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compareTo(that: Grade): Int
- Definition Classes
- Ordered → Comparable
- def confirmed: Boolean
-
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()
-
def
hashCode(): Int
- Definition Classes
- Entity → AnyRef → Any
-
var
id: Long
- Definition Classes
- NumId → Entity
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- def published: Boolean
-
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( ... )