Class GradeRateItem
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.grade.course.model.GradeRateItem
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.grade.course.model.GradeRateItem")
public class GradeRateItem
extends org.beangle.commons.entity.pojo.LongIdObject
成绩分级配置项
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description GradeRateItem() -
Method Summary
Modifier and Type Method Description booleancontains(Float f)GradeRateConfiggetConfig()FloatgetDefaultScore()StringgetGpExp()StringgetGrade()FloatgetMaxScore()FloatgetMinScore()booleaninScope(Float score)voidsetConfig(GradeRateConfig config)voidsetDefaultScore(Float defaultScore)voidsetGpExp(String gpExp)voidsetGrade(String grade)voidsetMaxScore(Float maxScore)voidsetMinScore(Float minScore)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
GradeRateItem
public GradeRateItem()
-
-
Method Details
-
contains
-
inScope
-
getConfig
-
setConfig
-
getMinScore
-
setMinScore
-
getMaxScore
-
setMaxScore
-
getDefaultScore
-
setDefaultScore
-
getGrade
-
setGrade
-
getGpExp
-
setGpExp
-