Class GradingMode

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

@Entity(name="org.openurp.code.edu.model.GradingMode") public class GradingMode 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
    两级制

    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
     
    void
    setNumerical(boolean numerical)
     

    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

    • Percent

      public static final Integer Percent
      百分制
    • RankEn

      public static final Integer RankEn
      英文等级制
    • RankCn

      public static final Integer RankCn
      中文等级制
    • Num710

      public static final Integer Num710
      标准分
    • Two

      public static final Integer Two
      两级制
  • Constructor Details

    • GradingMode

      public GradingMode()
    • GradingMode

      public GradingMode(Integer id)
  • Method Details

    • isNumerical

      public boolean isNumerical()
    • setNumerical

      public void setNumerical(boolean numerical)