com.ibm.commerce.price.beans
Interface FormattedMonetaryAmountInputDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable
All Known Subinterfaces:
PriceInputDataBean
All Known Implementing Classes:
FormattedMonetaryAmountDataBean

public interface FormattedMonetaryAmountInputDataBean
extends InputDataBean


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.math.BigDecimal newAmount)
           
 void setCurrency(java.lang.String newCurrency)
           
 
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
 

Method Detail

setAmount

public void setAmount(java.math.BigDecimal newAmount)

setCurrency

public void setCurrency(java.lang.String newCurrency)