Packages

class StdGpa extends LongId with Updated with ProjectBased with GpaStat

学生成绩绩点统计

Linear Supertypes
GpaStat, ProjectBased, Updated, LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StdGpa
  2. GpaStat
  3. ProjectBased
  4. Updated
  5. LongId
  6. LongIdEntity
  7. NumId
  8. Entity
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StdGpa(std: Student)
  2. new StdGpa(id: Long)
  3. new StdGpa()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(stdYearGpa: StdYearGpa): Unit
  5. def add(stdTermGpa: StdSemesterGpa): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val count: Int

    成绩的门数

    成绩的门数

    Definition Classes
    GpaStat
  9. val credits: Float

    获得总学分

    获得总学分

    Definition Classes
    GpaStat
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val ga: Float

    平均分

    平均分

    Definition Classes
    GpaStat
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getGpa(semester: Semester): Float
  16. def getStdTermGpa(semester: Semester): StdSemesterGpa
  17. def getYearGpa(schoolYear: String): StdYearGpa
  18. val gpa: Float

    总平均绩点

    总平均绩点

    gp/totalCredits

    Definition Classes
    GpaStat
  19. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  20. var id: Long
    Definition Classes
    NumId → Entity
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  26. val project: Project
    Definition Classes
    ProjectBased
  27. var semesterGpas: Buffer[StdSemesterGpa]

    每学期平均绩点

  28. var std: Student

    学生

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. val totalCredits: Float

    修读总学分

    修读总学分

    Definition Classes
    GpaStat
  32. val updatedAt: Instant
    Definition Classes
    Updated
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. var yearGpas: Buffer[StdYearGpa]

    每学年平均绩点

    每学年平均绩点

    See also

    StdSemesterGpa

Inherited from GpaStat

Inherited from ProjectBased

Inherited from Updated

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped