@Entity(name="org.openurp.edu.course.model.RestrictionItem") public class RestrictionItem extends org.beangle.commons.entity.pojo.LongIdObject implements Cloneable
| Constructor and Description |
|---|
RestrictionItem() |
RestrictionItem(RestrictionMeta meta,
RestrictionMeta.Operator operator,
String content) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getContent() |
String |
getContentForHql()
Deprecated.
|
RestrictionMeta |
getMeta() |
RestrictionMeta.Operator |
getOperator() |
Restriction |
getRestriction() |
void |
setContent(String content) |
void |
setMeta(RestrictionMeta meta) |
void |
setOperator(RestrictionMeta.Operator operator) |
void |
setRestriction(Restriction restriction) |
String |
toString() |
public RestrictionItem()
public RestrictionItem(RestrictionMeta meta, RestrictionMeta.Operator operator, String content)
public RestrictionMeta getMeta()
public void setMeta(RestrictionMeta meta)
public RestrictionMeta.Operator getOperator()
public void setOperator(RestrictionMeta.Operator operator)
public String getContent()
public void setContent(String content)
public Restriction getRestriction()
public void setRestriction(Restriction restriction)
@Deprecated public String getContentForHql()
CourseLimitItemContentProvider,
CourseLimitItemContentProviderFactory,
CourseLimitMetaEnumCopyright © 2005–2018 The OpenURP Software. All rights reserved.