Package org.openurp.base.edu.model
Class SchoolLength
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.edu.model.SchoolLength
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.base.edu.model.SchoolLength")
public class SchoolLength
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 TypeMethodDescriptiongetLevel()getMajor()floatfloatfloatvoidsetFromGrade(Grade fromGrade) voidsetLevel(EducationLevel level) voidvoidsetMaximum(float maximum) voidsetMinimum(float minimum) voidsetNormal(float normal) voidsetToGrade(Grade toGrade) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
SchoolLength
public SchoolLength()
-
-
Method Details
-
getMajor
-
setMajor
-
getLevel
-
setLevel
-
getFromGrade
-
setFromGrade
-
getToGrade
-
setToGrade
-
getNormal
public float getNormal() -
setNormal
public void setNormal(float normal) -
getMinimum
public float getMinimum() -
setMinimum
public void setMinimum(float minimum) -
getMaximum
public float getMaximum() -
setMaximum
public void setMaximum(float maximum)
-