com.ibm.commerce.negotiation.beans
Interface ControlRuleSmartDataBean
-
- All Known Implementing Classes:
- ControlRuleDataBean, OpenCryBidControlRuleDataBean, SealedBidControlRuleDataBean
public interface ControlRuleSmartDataBean
The interface of control rules smart data bean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.String
getId()
Gets the control rule ID.java.lang.String
getOwnerId()
Gets the owner ID 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 rule name.java.lang.String
getRuleType()
Gets the rule type.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Gets the control rule ID.- Returns:
- the control rule ID
-
getOwnerId
java.lang.String getOwnerId()
Gets the owner ID field.- Returns:
- the owner ID.
-
getRuleDesc
java.lang.String getRuleDesc()
Gets the control rule description.- Returns:
- the rule description.
-
getRuleInterpreterClassId
java.lang.String getRuleInterpreterClassId()
Gets the ID of the control rule interpreter class.- Returns:
- the ID of the control rule interpreter class.
-
getRuleName
java.lang.String getRuleName()
Gets the rule name.- Returns:
- the rule name.
-
getRuleType
java.lang.String getRuleType()
Gets the rule type.- Returns:
- the rule type.
-
-