org.openurp.edu.grade.model

Grade

Related Docs: object Grade | package model

trait Grade extends LongId with Ordered[Grade] with Updated

成绩接口

系统中所有成绩的抽象接口,记录成绩的原始分数、呈现方式、状态和是否通过。 成绩中设立原始分数和分数字面值,分别表示数字型分数和文字型评价。分数用于和其他记录方式进行转换, 分数字面值则为最后的转换结果。

Since

2006

Linear Supertypes
Updated, Ordered[Grade], Comparable[Grade], LongId, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Grade
  2. Updated
  3. Ordered
  4. Comparable
  5. LongId
  6. NumId
  7. Entity
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compare(that: Grade): Int

    Definition Classes
    Ordered
  2. abstract def gradeType: GradeType

  3. abstract def markStyle: ScoreMarkStyle

  4. abstract def markStyle_=(style: ScoreMarkStyle): Unit

  5. abstract def operator: String

  6. abstract def operator_=(o: String): Unit

  7. abstract def passed: Boolean

  8. abstract def passed_=(dp: Boolean): Unit

  9. abstract def score: Float

  10. abstract def scoreText: String

  11. abstract def scoreText_=(st: String): Unit

  12. abstract def score_=(s: Float): Unit

  13. abstract def status: Int

  14. abstract def status_=(newStatus: Int): Unit

  15. abstract def std: Student

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def <(that: Grade): Boolean

    Definition Classes
    Ordered
  4. def <=(that: Grade): Boolean

    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def >(that: Grade): Boolean

    Definition Classes
    Ordered
  7. def >=(that: Grade): Boolean

    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compareTo(that: Grade): Int

    Definition Classes
    Ordered → Comparable
  11. def confirmed: Boolean

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean

    Definition Classes
    Entity → AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    Entity → AnyRef → Any
  17. var id: Long

    Definition Classes
    NumId → Entity
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def persisted: Boolean

    Definition Classes
    Entity
    Annotations
    @Transient()
  23. def published: Boolean

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. var updatedAt: Date

    Definition Classes
    Updated
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Updated

Inherited from Ordered[Grade]

Inherited from Comparable[Grade]

Inherited from LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped