com.ibm.commerce.price.beans
Interface PriceInputDataBean

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

public interface PriceInputDataBean
extends FormattedMonetaryAmountInputDataBean

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 setCatEntryId(java.lang.Long aCatEntryId)
Methods inherited from interface com.ibm.commerce.price.beans.FormattedMonetaryAmountInputDataBean
setAmount, setCurrency
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties

Method Detail

setCatEntryId

public void setCatEntryId(java.lang.Long aCatEntryId)

Feedback