Class RestrictionItem

  • All Implemented Interfaces:
    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
    课程限制项
    See Also:
    Serialized Form
    • Constructor Detail

      • RestrictionItem

        public RestrictionItem()
      • RestrictionItem

        public RestrictionItem​(RestrictionMeta meta,
                               String contents,
                               boolean includeIn)
    • Method Detail

      • 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()
        Deprecated.
        See Also:
        CourseLimitItemContentProvider, CourseLimitItemContentProviderFactory, CourseLimitMetaEnum