Packages

class DegreeResult extends LongId with Updated

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

Instance Constructors

  1. new DegreeResult()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. var comments: Option[String]

    毕业备注

  7. def deciplineCode: String
  8. var degree: Option[Degree]

    学位

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. var foreignLangPassedOn: Option[LocalDate]

    外语通过年月

  13. var ga: Float

    平均分

  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. var gpa: Float

    GPA

  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. var items: Buffer[DegreeAuditItem]

    学位审核详细结果

  20. var locked: Boolean

    锁定毕业审核结果

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. var passed: Boolean

    是否通过学位审核

  25. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  26. var published: Boolean

    是否已发布

  27. var session: GraduateSession

    所属的毕业审核批次

  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 updatedAt: Instant
    Definition Classes
    Updated
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

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