|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AppliedRule
Represents a rule that has been applied to an order.
| Method Summary | |
|---|---|
java.lang.String |
getRuleCode()
Get the rule engine code for the applied rule. |
java.lang.String |
getRuleName()
Get the name of the applied rule. |
long |
getRuleUid()
Get the UID of the applied rule. |
void |
initialize(Rule rule)
Initialize the AppliedRule from the given Rule. |
void |
setRuleCode(java.lang.String ruleCode)
Set the rule engine code for the applied rule. |
void |
setRuleName(java.lang.String ruleName)
Set the name of the applied rule. |
void |
setRuleUid(long ruleUid)
Set the uid of the applied rule. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.lang.String getRuleCode()
java.lang.String getRuleName()
long getRuleUid()
void initialize(Rule rule)
AppliedRule from the given Rule.
rule - the Rulevoid setRuleCode(java.lang.String ruleCode)
ruleCode - the rule code.void setRuleName(java.lang.String ruleName)
ruleName - the rule namevoid setRuleUid(long ruleUid)
ruleUid - the UID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||