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 -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGpExp()getGrade()booleanvoidsetConfig(GradeRateConfig config)voidsetDefaultScore(Float defaultScore)voidvoidvoidsetMaxScore(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
-