com.ibm.commerce.price.beans
Interface DiscountSmartDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean
All Known Implementing Classes:
DiscountDataBean

public interface DiscountSmartDataBean
extends SmartDataBean

Field Summary
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean
COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Method Summary
java.math.BigDecimal getDiscountValue()
java.math.BigDecimal[] getDiscountValues()
Methods inherited from interface com.ibm.commerce.beans.SmartDataBean
getCommandContext, populate, setCommandContext
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties

Method Detail

getDiscountValue

public java.math.BigDecimal getDiscountValue()

getDiscountValues

public java.math.BigDecimal[] getDiscountValues()

Feedback