类 ScoreSection

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.grade.audit.model.ScoreSection
所有已实现的接口:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.grade.audit.model.ScoreSection") public class ScoreSection extends org.beangle.commons.entity.pojo.LongIdObject
分数范围
另请参阅:
  • 字段概要

    从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject

    id
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    float
     
    float
     
    void
    setFromScore(float fromScore)
     
    void
    setToScore(float toScore)
     

    从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ScoreSection

      public ScoreSection()
  • 方法详细资料

    • getFromScore

      public float getFromScore()
    • setFromScore

      public void setFromScore(float fromScore)
    • getToScore

      public float getToScore()
    • setToScore

      public void setToScore(float toScore)