类 AbstractGradeState
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.grade.course.model.AbstractGradeState
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>,GradeState
- 直接已知子类:
CourseGradeState,ExamGradeState,GaGradeState
@MappedSuperclass
public abstract class AbstractGradeState
extends org.beangle.commons.entity.pojo.LongIdObject
implements GradeState
成绩状态抽象基类
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected GradingMode成绩记录方式protected String操作者protected int成绩录入状态protected Date上次成绩录入时间从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明记录方式返回操作者int返回状态录入时间boolean确认的和发布的全部算作确认过的boolean是否发布voidsetGradingMode(GradingMode gradingMode) 设置记录方式voidsetOperator(String operator) 设置操作者voidsetStatus(int status) 设置状态voidsetUpdatedAt(Date updatedAt) 设置录入时间从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId从接口继承的方法 org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId从接口继承的方法 org.openurp.edu.grade.course.model.GradeState
getGradeType
-
字段详细资料
-
gradingMode
成绩记录方式 -
status
protected int status成绩录入状态 -
updatedAt
上次成绩录入时间 -
operator
操作者
-
-
构造器详细资料
-
AbstractGradeState
public AbstractGradeState()
-
-
方法详细资料
-
getStatus
public int getStatus()从接口复制的说明:GradeState返回状态- 指定者:
getStatus在接口中GradeState- 返回:
-
setStatus
public void setStatus(int status) 从接口复制的说明:GradeState设置状态- 指定者:
setStatus在接口中GradeState
-
getUpdatedAt
从接口复制的说明:GradeState录入时间- 指定者:
getUpdatedAt在接口中GradeState- 返回:
-
setUpdatedAt
从接口复制的说明:GradeState设置录入时间- 指定者:
setUpdatedAt在接口中GradeState
-
isConfirmed
public boolean isConfirmed()确认的和发布的全部算作确认过的- 指定者:
isConfirmed在接口中GradeState- 返回:
-
getGradingMode
从接口复制的说明:GradeState记录方式- 指定者:
getGradingMode在接口中GradeState- 返回:
-
setGradingMode
从接口复制的说明:GradeState设置记录方式- 指定者:
setGradingMode在接口中GradeState
-
isPublished
public boolean isPublished()从接口复制的说明:GradeState是否发布- 指定者:
isPublished在接口中GradeState- 返回:
-
getOperator
从接口复制的说明:GradeState返回操作者- 指定者:
getOperator在接口中GradeState- 返回:
-
setOperator
从接口复制的说明:GradeState设置操作者- 指定者:
setOperator在接口中GradeState
-