GradeState
org.openurp.edu.grade.model.GradeState
trait GradeState extends LongId, Updated
成绩状态表
记录了对应教学任务成绩 1)记录方式 2)各种成绩成分的百分比 3)各种成绩的确认状态 4)各种成绩的发布状态
Attributes
- Graph
-
- Supertypes
-
trait Updatedclass LongIdtrait LongIdEntityclass NumId[Long]trait Entity[Long]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Abstract methods
是否提交确认
是否提交确认
Attributes
成绩类型
成绩类型
Attributes
记录方式
记录方式
Attributes
记录方式
记录方式
Attributes
返回操作者
返回操作者
Attributes
是否发布
是否发布
Attributes
返回状态
返回状态
Attributes
设置新状态
设置新状态
Attributes
Inherited methods
比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。
比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。
Attributes
- Definition Classes
-
Entity -> Any
- Inherited from:
- Entity
Attributes
- See also
-
java.lang.Object#hashCode()
- Definition Classes
-
Entity -> Any
- Inherited from:
- Entity
Return true if persisted
Return true if persisted
Attributes
- Inherited from:
- Entity
In this article