com.ibm.commerce.negotiation.bean.commands
Interface ControlRuleListBeanCmd
- All Known Implementing Classes:
- ControlRuleListBeanCmdImpl
- public interface ControlRuleListBeanCmd
Defines the interface which must be followed to overwrite the functionality
of the ControlRuleListBean.
Method Summary |
ControlRuleAccessBean |
getControlRule()
Interface definition for getControlRule() method. |
void |
setOwnerId(java.lang.Long aId)
Interface definition for setOwnerId() method. |
void |
setRuleName(java.lang.String aName)
Interface definition for setRuleName() method. |
void |
setRuleType(java.lang.String aRuleType)
Interface definition for setRuleType() method. |
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
getControlRule
public ControlRuleAccessBean getControlRule()
- Interface definition for getControlRule() method.
- Returns:
- ControlRuleAccessBean
setOwnerId
public void setOwnerId(java.lang.Long aId)
- Interface definition for setOwnerId() method.
- Parameters:
aId
- Long
setRuleName
public void setRuleName(java.lang.String aName)
- Interface definition for setRuleName() method.
- Parameters:
aName
- java.lang.String
setRuleType
public void setRuleType(java.lang.String aRuleType)
- Interface definition for setRuleType() method.
- Parameters:
aRuleType
- String