类 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 GradingModegradingMode成绩记录方式protected Stringoperator操作者protected intstatus成绩录入状态protected DateupdatedAt上次成绩录入时间
-
构造器概要
构造器 构造器 说明 AbstractGradeState()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 GradingModegetGradingMode()记录方式StringgetOperator()返回操作者intgetStatus()返回状态DategetUpdatedAt()录入时间booleanisConfirmed()确认的和发布的全部算作确认过的booleanisPublished()是否发布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.openurp.edu.grade.course.model.GradeState
getGradeType
-
-
-
-
字段详细资料
-
gradingMode
@NotNull protected GradingMode gradingMode
成绩记录方式
-
status
protected int status
成绩录入状态
-
updatedAt
protected Date updatedAt
上次成绩录入时间
-
operator
@Size(max=50) protected String operator
操作者
-
-
方法详细资料
-
getStatus
public int getStatus()
从接口复制的说明:GradeState返回状态- 指定者:
getStatus在接口中GradeState- 返回:
-
setStatus
public void setStatus(int status)
从接口复制的说明:GradeState设置状态- 指定者:
setStatus在接口中GradeState
-
getUpdatedAt
public Date getUpdatedAt()
从接口复制的说明:GradeState录入时间- 指定者:
getUpdatedAt在接口中GradeState- 返回:
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
从接口复制的说明:GradeState设置录入时间- 指定者:
setUpdatedAt在接口中GradeState
-
isConfirmed
public boolean isConfirmed()
确认的和发布的全部算作确认过的- 指定者:
isConfirmed在接口中GradeState- 返回:
-
getGradingMode
public GradingMode getGradingMode()
从接口复制的说明:GradeState记录方式- 指定者:
getGradingMode在接口中GradeState- 返回:
-
setGradingMode
public void setGradingMode(GradingMode gradingMode)
从接口复制的说明:GradeState设置记录方式- 指定者:
setGradingMode在接口中GradeState
-
isPublished
public boolean isPublished()
从接口复制的说明:GradeState是否发布- 指定者:
isPublished在接口中GradeState- 返回:
-
getOperator
public String getOperator()
从接口复制的说明:GradeState返回操作者- 指定者:
getOperator在接口中GradeState- 返回:
-
setOperator
public void setOperator(String operator)
从接口复制的说明:GradeState设置操作者- 指定者:
setOperator在接口中GradeState
-
-