public interface Rule extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getRuleContents()
This contains the text of the rule itself.
|
String |
getRuleID()
Contains the unique identifier of this rule within the provider.
|
int |
getVersion()
Contains a value used for conflict resolution during concurrent updates.
|
void |
setRuleContents(String ruleContents)
This contains the text of the rule itself.
|
void |
setRuleID(String ruleID)
Contains the unique identifier of this rule within the provider.
|
void |
setVersion(int version)
Contains a value used for conflict resolution during concurrent updates.
|
int getVersion()
void setVersion(int version)
String getRuleID()
void setRuleID(String ruleID)
String getRuleContents()
void setRuleContents(String ruleContents)
Copyright © 2020 JBoss by Red Hat. All rights reserved.