类 StdCourseAbility
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.clazz.model.StdCourseAbility
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.clazz.model.StdCourseAbility") public class StdCourseAbility extends org.beangle.commons.entity.pojo.LongIdObject学生课程等级能力- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 StdCourseAbility()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CourseAbilityRategetRate()FloatgetScore()StudentgetStd()booleanisPublished()voidsetPublished(boolean published)voidsetRate(CourseAbilityRate rate)voidsetScore(Float score)voidsetStd(Student std)
-
-
-
方法详细资料
-
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)
-
-