Class GradeType

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Integer>
org.beangle.commons.entity.pojo.Code<Integer>
org.openurp.code.edu.model.GradeType
All Implemented Interfaces:
Serializable, Comparable<Object>, org.beangle.commons.entity.Entity<Integer>, org.beangle.commons.entity.TemporalOn

@Entity(name="org.openurp.code.edu.model.GradeType") public class GradeType extends org.beangle.commons.entity.pojo.Code<Integer>
成绩类型
Since:
2005-9-7
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Integer
    缓考总评
    static final Integer
    缓考成绩
    static final Integer
    期末成绩
    static final Integer
    最终成绩
    static final Integer
    总评成绩
    static final Integer
    补考总评
    static final Integer
    补考卷面
    static final Integer
    期中成绩
    static final Integer
    平时成绩

    Fields inherited from class org.beangle.commons.entity.pojo.Code

    beginOn, code, endOn, enName, name, updatedAt

    Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    boolean
     
    void
     

    Methods inherited from class org.beangle.commons.entity.pojo.Code

    compareTo, getBeginOn, getCode, getEndOn, getEnName, getName, getUpdatedAt, hasExtPros, setBeginOn, setCode, setEndOn, setEnName, setName, setUpdatedAt, toString

    Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • MIDDLE_ID

      public static final Integer MIDDLE_ID
      期中成绩
    • END_ID

      public static final Integer END_ID
      期末成绩
    • USUAL_ID

      public static final Integer USUAL_ID
      平时成绩
    • MAKEUP_ID

      public static final Integer MAKEUP_ID
      补考卷面
    • DELAY_ID

      public static final Integer DELAY_ID
      缓考成绩
    • GA_ID

      public static final Integer GA_ID
      总评成绩
    • DELAY_GA_ID

      public static final Integer DELAY_GA_ID
      缓考总评
    • MAKEUP_GA_ID

      public static final Integer MAKEUP_GA_ID
      补考总评
    • FINAL_ID

      public static final Integer FINAL_ID
      最终成绩
  • Constructor Details

    • GradeType

      public GradeType()
    • GradeType

      public GradeType(Integer id)
  • Method Details

    • isGa

      public boolean isGa()
    • isMakeupOrDeplay

      public boolean isMakeupOrDeplay()
    • getExamType

      public ExamType getExamType()
    • setExamType

      public void setExamType(ExamType examType)