类 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

      public StdCourseAbility()
  • 方法详细资料

    • 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)