类 RestrictionItem

  • 所有已实现的接口:
    Serializable, Cloneable, org.beangle.commons.entity.Entity<Long>

    @Entity(name="org.openurp.edu.clazz.model.RestrictionItem")
    public class RestrictionItem
    extends org.beangle.commons.entity.pojo.LongIdObject
    implements Cloneable
    课程限制项
    另请参阅:
    序列化表格
    • 构造器详细资料

      • RestrictionItem

        public RestrictionItem()
      • RestrictionItem

        public RestrictionItem​(RestrictionMeta meta,
                               String contents,
                               boolean includeIn)
    • 方法详细资料

      • getContents

        public String getContents()
      • setContents

        public void setContents​(String contents)
      • setRestriction

        public void setRestriction​(Restriction restriction)
      • isIncludeIn

        public boolean isIncludeIn()
      • setIncludeIn

        public void setIncludeIn​(boolean includeIn)
      • getContentForHql

        @Deprecated
        public String getContentForHql()
        已过时。
        另请参阅:
        CourseLimitItemContentProvider, CourseLimitItemContentProviderFactory, CourseLimitMetaEnum