Class ScoreMarkStyle

  • All Implemented Interfaces:
    Serializable, Comparable<Object>, org.beangle.commons.entity.Entity<Integer>, org.beangle.commons.entity.TemporalOn

    @Entity(name="org.openurp.edu.base.code.model.ScoreMarkStyle")
    public class ScoreMarkStyle
    extends org.beangle.commons.entity.pojo.Code<Integer>
    成绩记录方式
    Since:
    2005-9-7
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Integer Num710
      标准分
      static Integer Percent
      百分制
      static Integer RankCn
      中文等级制
      static Integer RankEn
      英文等级制
      static Integer Two
      两级制
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isNumStyle()  
      void setNumStyle​(boolean numStyle)  
      • 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
    • Field Detail

      • 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 Detail

      • ScoreMarkStyle

        public ScoreMarkStyle()
      • ScoreMarkStyle

        public ScoreMarkStyle​(Integer id)
    • Method Detail

      • isNumStyle

        public boolean isNumStyle()
      • setNumStyle

        public void setNumStyle​(boolean numStyle)