GradeModifyApply

org.openurp.edu.grade.app.model.GradeModifyApply
See theGradeModifyApply companion object
class GradeModifyApply extends LongId

Attributes

Companion
object
Graph
Supertypes
class LongId
trait LongIdEntity
class NumId[Long]
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hasChange(): Boolean

Inherited methods

override def equals(other: Any): Boolean

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

Attributes

Definition Classes
Entity -> Any
Inherited from:
Entity
override def hashCode: Int

Attributes

See also

java.lang.Object#hashCode()

Definition Classes
Entity -> Any
Inherited from:
Entity
def persisted: Boolean

Return true if persisted

Return true if persisted

Attributes

Inherited from:
Entity

Concrete fields

var applyReason: String

申请理由

申请理由

Attributes

var applyer: String

申请人

申请人

Attributes

var auditReason: String

审核理由

审核理由

Attributes

var auditer: String

审核人

审核人

Attributes

var course: Course
var examStatus: ExamStatus

考试情况

考试情况

Attributes

var examStatusBefore: ExamStatus

原考试情况

原考试情况

Attributes

var finalAuditer: String

最终审核人

最终审核人

Attributes

var gradeType: GradeType

成绩类型

成绩类型

Attributes

var origScore: Float

原得分

原得分

Attributes

var origScoreText: String

原得分字面值

原得分字面值

Attributes

var project: Project
var score: Float

得分

得分

Attributes

var scoreText: String

得分字面值

得分字面值

Attributes

var semester: Semester
var status: Value

审核状态

审核状态

Attributes

var std: Student

Inherited fields

var id: Long

Return Identifier

Return Identifier

Attributes

Inherited from:
NumId