com.ibm.commerce.negotiation.beans
Interface SealedBidControlRuleSmartDataBean

All Known Implementing Classes:
SealedBidControlRuleDataBean

public interface SealedBidControlRuleSmartDataBean


Method Summary
 java.lang.String getCommandInterfaceName()
          Gets the commandInterfaceName.
 java.lang.String getMinQuant()
          Gets the minimum bid quantity from a rule.
 java.lang.String getMinValue()
          Gets the minimum bid value.
 

Method Detail

getCommandInterfaceName

public java.lang.String getCommandInterfaceName()
Gets the commandInterfaceName.
Returns:
if not null, the commandInterfaceName; otherwise SealedBidControlRuleBeanCmd.NAME.

getMinQuant

public java.lang.String getMinQuant()
Gets the minimum bid quantity from a rule.
Returns:
the minimum bid quantity.

getMinValue

public java.lang.String getMinValue()
Gets the minimum bid value.
Returns:
the minumum bid value.