com.ibm.commerce.price.beans
Interface FormattedQuantityAmountInputDataBean

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

public interface FormattedQuantityAmountInputDataBean
extends InputDataBean

Field Summary
Fields inherited from interface com.ibm.commerce.beans.InputDataBean
COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Method Summary
void setAmount(java.lang.Double newAmount)
void setUnit(java.lang.String newUnit)
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties

Method Detail

setAmount

public void setAmount(java.lang.Double newAmount)

setUnit

public void setUnit(java.lang.String newUnit)

Feedback