com.ibm.commerce.negotiation.beans
Interface ControlRuleInputDataBean

All Known Implementing Classes:
ControlRuleDataBean

public interface ControlRuleInputDataBean


Method Summary
 void setId(java.lang.String newId)
          Sets the control rule id.
 void setOwnerId(java.lang.String newOwnerId)
          Sets the ownerId field.
 void setRuleDesc(java.lang.String newRuleDesc)
          Sets the rule description.
 void setRuleInterpreterClassId(java.lang.String newRuleInterpreterClassId)
          Sets the rule interpreter class id.
 void setRuleName(java.lang.String newRuleName)
          Sets the ruleName.
 void setRuleType(java.lang.String newRuleType)
          Sets the ruleType.
 

Method Detail

setId

public void setId(java.lang.String newId)
Sets the control rule id.
Parameters:
newId - the new control rule id.

setOwnerId

public void setOwnerId(java.lang.String newOwnerId)
Sets the ownerId field.
Parameters:
newOwnerId - Id of the auction owner.

setRuleDesc

public void setRuleDesc(java.lang.String newRuleDesc)
Sets the rule description.
Parameters:
newRuleDesc - the new rule description.

setRuleInterpreterClassId

public void setRuleInterpreterClassId(java.lang.String newRuleInterpreterClassId)
Sets the rule interpreter class id.
Parameters:
newRuleInterpreterClassId - the rule interpreter class id.

setRuleName

public void setRuleName(java.lang.String newRuleName)
Sets the ruleName.
Parameters:
newRuleName - the new rule name.

setRuleType

public void setRuleType(java.lang.String newRuleType)
Sets the ruleType.
Parameters:
newRuleType - the new rule type.