Package org.openurp.edu.base.model
Class StdCourseAbility
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.base.model.StdCourseAbility
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.base.model.StdCourseAbility") public class StdCourseAbility extends org.beangle.commons.entity.pojo.LongIdObject学生课程等级能力- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StdCourseAbility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CourseAbilityRategetRate()FloatgetScore()StudentgetStd()booleanisPublished()voidsetPublished(boolean published)voidsetRate(CourseAbilityRate rate)voidsetScore(Float score)voidsetStd(Student std)
-
-
-
Method Detail
-
getStd
public Student getStd()
-
setStd
public void setStd(Student std)
-
getRate
public CourseAbilityRate getRate()
-
setRate
public void setRate(CourseAbilityRate rate)
-
isPublished
public boolean isPublished()
-
setPublished
public void setPublished(boolean published)
-
getScore
public Float getScore()
-
setScore
public void setScore(Float score)
-
-