Package org.openurp.edu.clazz.model
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:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.getMeta()booleanvoidsetContents(String contents)voidsetIncludeIn(boolean includeIn)voidsetMeta(RestrictionMeta meta)voidsetRestriction(Restriction restriction)toString()Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
RestrictionItem
public RestrictionItem() -
RestrictionItem
-
-
Method Details
-
getMeta
-
setMeta
-
getContents
-
setContents
-
getRestriction
-
setRestriction
-
isIncludeIn
public boolean isIncludeIn() -
setIncludeIn
public void setIncludeIn(boolean includeIn) -
clone
-
getContentForHql
Deprecated.- See Also:
CourseLimitItemContentProvider,CourseLimitItemContentProviderFactory,CourseLimitMetaEnum
-
toString
-