@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.
|
Restriction |
getGroup() |
RestrictionMeta |
getMeta() |
RestrictionMeta.Operator |
getOperator() |
void |
setContent(String content) |
void |
setGroup(Restriction group) |
void |
setMeta(RestrictionMeta meta) |
void |
setOperator(RestrictionMeta.Operator operator) |
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 getGroup()
public void setGroup(Restriction group)
@Deprecated public String getContentForHql()
CourseLimitItemContentProvider,
CourseLimitItemContentProviderFactory,
CourseLimitMetaEnumCopyright © 2005–2018 The OpenURP Software. All rights reserved.