Class RestrictionItem

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.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:
  • Constructor Details

    • RestrictionItem

      public RestrictionItem()
    • RestrictionItem

      public RestrictionItem(RestrictionMeta meta, String contents, boolean included)
  • Method Details

    • getMeta

      public RestrictionMeta getMeta()
    • setMeta

      public void setMeta(RestrictionMeta meta)
    • getContents

      public String getContents()
    • setContents

      public void setContents(String contents)
    • getRestriction

      public Restriction getRestriction()
    • setRestriction

      public void setRestriction(Restriction restriction)
    • isIncluded

      public boolean isIncluded()
    • setIncluded

      public void setIncluded(boolean included)
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • getContentForHql

      @Deprecated public String getContentForHql()
      Deprecated.
    • toString

      public String toString()
      Overrides:
      toString in class Object