@Entity public class StructuredContentRuleImpl extends Object implements StructuredContentRule
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
matchRule |
| Constructor and Description |
|---|
StructuredContentRuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
StructuredContentRule |
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 Long getId()
StructuredContentRulegetId in interface StructuredContentRulepublic void setId(Long id)
StructuredContentRulesetId in interface StructuredContentRuleid - the new primary keypublic String getMatchRule()
getMatchRule in interface StructuredContentRulepublic void setMatchRule(String matchRule)
StructuredContentRulesetMatchRule in interface StructuredContentRulepublic StructuredContentRule cloneEntity()
StructuredContentRulecloneEntity in interface StructuredContentRuleCopyright © 2013. All rights reserved.