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.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
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.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values
Method Detail

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