@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,
String content,
boolean inclusive) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getContent() |
String |
getContentForHql()
Deprecated.
|
RestrictionMeta |
getMeta() |
Restriction |
getRestriction() |
boolean |
isInclusive() |
void |
setContent(String content) |
void |
setInclusive(boolean inclusive) |
void |
setMeta(RestrictionMeta meta) |
void |
setRestriction(Restriction restriction) |
String |
toString() |
public RestrictionItem()
public RestrictionItem(RestrictionMeta meta, String content, boolean inclusive)
public RestrictionMeta getMeta()
public void setMeta(RestrictionMeta meta)
public String getContent()
public void setContent(String content)
public Restriction getRestriction()
public void setRestriction(Restriction restriction)
public boolean isInclusive()
public void setInclusive(boolean inclusive)
@Deprecated public String getContentForHql()
CourseLimitItemContentProvider,
CourseLimitItemContentProviderFactory,
CourseLimitMetaEnumCopyright © 2014–2019 The OpenURP Software. All rights reserved.