Class StdCourseAbility

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.StdCourseAbility
All Implemented Interfaces:
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
学生课程等级能力
See Also:
Serialized Form
  • Constructor Details

    • StdCourseAbility

      public StdCourseAbility()
  • Method Details

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