@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()
The rule in the form of an MVEL expression
|
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()
StructuredContentRule
getId
in interface StructuredContentRule
public void setId(Long id)
StructuredContentRule
setId
in interface StructuredContentRule
id
- the new primary keypublic String getMatchRule()
SimpleRule
getMatchRule
in interface SimpleRule
public void setMatchRule(String matchRule)
SimpleRule
setMatchRule
in interface SimpleRule
matchRule
- the rule as an MVEL stringpublic StructuredContentRule cloneEntity()
StructuredContentRule
cloneEntity
in interface StructuredContentRule
Copyright © 2014. All rights reserved.