类 RestrictionItem
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.clazz.model.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()RestrictionItem(RestrictionMeta meta, String contents, boolean includeIn)
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 Objectclone()StringgetContentForHql()已过时。StringgetContents()RestrictionMetagetMeta()RestrictiongetRestriction()booleanisIncludeIn()voidsetContents(String contents)voidsetIncludeIn(boolean includeIn)voidsetMeta(RestrictionMeta meta)voidsetRestriction(Restriction restriction)StringtoString()
-
-
-
构造器详细资料
-
RestrictionItem
public RestrictionItem()
-
RestrictionItem
public RestrictionItem(RestrictionMeta meta, String contents, boolean includeIn)
-
-
方法详细资料
-
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)
-
isIncludeIn
public boolean isIncludeIn()
-
setIncludeIn
public void setIncludeIn(boolean includeIn)
-
getContentForHql
@Deprecated public String getContentForHql()
已过时。- 另请参阅:
CourseLimitItemContentProvider,CourseLimitItemContentProviderFactory,CourseLimitMetaEnum
-
-