Packages

class StdGpa extends LongId with Updated with ProjectBased with GpaStat

学生成绩绩点统计

Linear Supertypes
GpaStat, ProjectBased, Updated, LongId, LongIdEntity, NumId[Long], Entity[Long], 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. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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. val ga: Float

    平均分

    平均分

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

    总平均绩点

    总平均绩点

    gp/totalCredits

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

    每学期平均绩点

  27. var std: Student

    学生

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

    修读总学分

    修读总学分

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

    每学年平均绩点

    每学年平均绩点

    See also

    StdSemesterGpa

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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 AnyRef

Inherited from Any

Ungrouped