Class GradeRateConfig
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.grade.course.model.GradeRateConfig
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.grade.course.model.GradeRateConfig")
public class GradeRateConfig
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 TypeMethodDescription将字符串按照成绩记录方式转换成数字.
空成绩将转换成nullgetItems()floatvoidsetGradingMode(GradingMode gradingMode)voidsetItems(List<GradeRateItem> items)voidsetPassScore(float passScore)voidsetProject(Project project)toString()Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
GradeRateConfig
public GradeRateConfig()
-
-
Method Details