public interface FloorPriceInputDataBean extends FormattedMonetaryAmountInputDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
void | setCatEntryId(java.lang.Long aCatEntryId)
Sets the catalog entry ID whose floor price is to be retrieved.
|
void | setConfigurationId(java.lang.String aConfigId)
Sets the configuration ID, if this catalog entry is a DynamicKit.
|
void | setCustomPartnumber(java.lang.String aPartnumber)
Sets the custom partnumber whose floor price is to be retrieved.
|
void | setQuantity(QuantityAmount aQuantityAmount)
Sets the quantity amount of the input catalog entry that is to be priced (Optional).
|
void | setStoreId(java.lang.Integer aStoreId)
Set the store ID
|
void | setTSRId(java.lang.Long aTSRId)
Set the TSR ID.
|
static final java.lang.String COPYRIGHT
void setCatEntryId(java.lang.Long aCatEntryId)
void setCustomPartnumber(java.lang.String aPartnumber)
void setStoreId(java.lang.Integer aStoreId)
void setTSRId(java.lang.Long aTSRId)
void setConfigurationId(java.lang.String aConfigId)
void setQuantity(QuantityAmount aQuantityAmount)