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 -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatvoidsetFromScore(float fromScore) voidsetToScore(float toScore) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
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)
-