@Entity public class PageRuleImpl extends Object implements PageRule
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
matchRule |
| Constructor and Description |
|---|
PageRuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
PageRule |
cloneEntity()
Builds a copy of this content rule.
|
boolean |
equals(Object obj) |
Long |
getId()
Gets the primary key.
|
String |
getMatchRule() |
int |
hashCode() |
void |
setId(Long id)
Sets the primary key.
|
void |
setMatchRule(String matchRule)
Sets the match rule used to test this item.
|
public String getMatchRule()
getMatchRule in interface PageRulepublic void setMatchRule(String matchRule)
PageRulesetMatchRule in interface PageRulepublic PageRule cloneEntity()
PageRulecloneEntity in interface PageRuleCopyright © 2013. All rights reserved.