Class 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 Detail

      • StdCourseAbility

        public StdCourseAbility()
    • Method Detail

      • setStd

        public void setStd​(Student std)
      • isPublished

        public boolean isPublished()
      • setPublished

        public void setPublished​(boolean published)
      • getScore

        public Float getScore()
      • setScore

        public void setScore​(Float score)