类 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
成绩状态抽象基类
另请参阅:
  • 字段详细资料

    • gradingMode

      @NotNull protected GradingMode gradingMode
      成绩记录方式
    • status

      protected int status
      成绩录入状态
    • updatedAt

      protected Date updatedAt
      上次成绩录入时间
    • operator

      @Size(max=50) protected String operator
      操作者
  • 构造器详细资料

    • AbstractGradeState

      public AbstractGradeState()
  • 方法详细资料