@Entity public class PageRuleImpl extends java.lang.Object implements PageRule
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
id |
protected java.lang.String |
matchRule |
| Constructor and Description |
|---|
PageRuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
PageRule |
cloneEntity()
Builds a copy of this content rule.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getId()
Gets the primary key.
|
java.lang.String |
getMatchRule() |
int |
hashCode() |
void |
setId(java.lang.Long id)
Sets the primary key.
|
void |
setMatchRule(java.lang.String matchRule) |
public java.lang.Long getId()
PageRulepublic void setId(java.lang.Long id)
PageRulepublic java.lang.String getMatchRule()
getMatchRule in interface SimpleRulepublic void setMatchRule(java.lang.String matchRule)
setMatchRule in interface SimpleRulepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic PageRule cloneEntity()
PageRulecloneEntity in interface PageRuleCopyright © 2018. All Rights Reserved.