Class ScoreSection

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.grade.audit.model.ScoreSection
All Implemented Interfaces:
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
分数范围
See Also:
  • Field Summary

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

    id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    void
    setFromScore(float fromScore)
     
    void
    setToScore(float toScore)
     

    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, toString, wait, wait, wait
  • Constructor Details

    • ScoreSection

      public ScoreSection()
  • Method Details

    • getFromScore

      public float getFromScore()
    • setFromScore

      public void setFromScore(float fromScore)
    • getToScore

      public float getToScore()
    • setToScore

      public void setToScore(float toScore)