Class CourseTextbook

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.edu.model.CourseTextbook
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.base.edu.model.CourseTextbook") public class CourseTextbook extends org.beangle.commons.entity.pojo.LongIdObject
See Also:
  • Constructor Details

    • CourseTextbook

      public CourseTextbook()
  • Method Details

    • getCourse

      public Course getCourse()
    • setCourse

      public void setCourse(Course course)
    • getTextbook

      public Textbook getTextbook()
    • setTextbook

      public void setTextbook(Textbook textbook)
    • isRequired

      public boolean isRequired()
    • setRequired

      public void setRequired(boolean required)
    • isRecommended

      public boolean isRecommended()
    • setRecommended

      public void setRecommended(boolean recommended)