com.ibm.commerce.negotiation.beans
Interface ControlRuleSmartDataBean

All Known Implementing Classes:
ControlRuleDataBean

public interface ControlRuleSmartDataBean


Method Summary
 java.lang.String getId()
          Gets the control rule id.
 java.lang.String getOwnerId()
          Gets the ownerId field.
 java.lang.String getRuleDesc()
          Gets the control rule description.
 java.lang.String getRuleInterpreterClassId()
          Gets the id of the control rule interpreter class.
 java.lang.String getRuleName()
          Gets the ruleName.
 java.lang.String getRuleType()
          Gets the ruleType.
 

Method Detail

getId

public java.lang.String getId()
Gets the control rule id.
Returns:
the control rule id

getOwnerId

public java.lang.String getOwnerId()
Gets the ownerId field.
Returns:
the owner id.

getRuleDesc

public java.lang.String getRuleDesc()
Gets the control rule description.
Returns:
the rule description.

getRuleInterpreterClassId

public java.lang.String getRuleInterpreterClassId()
Gets the id of the control rule interpreter class.
Returns:
the id of the control rule interpreter class.

getRuleName

public java.lang.String getRuleName()
Gets the ruleName.
Returns:
the rule name.

getRuleType

public java.lang.String getRuleType()
Gets the ruleType.
Returns:
the rule type.