Interface for the quotation response item base.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
Method Summary | |
---|---|
java.lang.Double |
getAvailableQuantity() Gets the available quantity of the item. |
java.lang.String |
getDescription() Gets the description. |
java.lang.String |
getDistributorProductId() Gets the distributor product id of the item. |
java.sql.Timestamp |
getEstimatedAvailabilityDate() Gets the estimated availability date of the item. |
java.lang.String |
getGlobalProductId() Gets the global product id of the item. |
MonetaryAmount |
getPrice() Gets the price of the item |
java.lang.Double |
getPriceQuantity() Gets the price quantity of the item (the amount that the price is for). |
java.util.List |
getPromotionMsgList() Gets the promotion message list. |
java.lang.Double |
getQuoteQuantity() Gets the quote quantity of the item (the amount that must be purchased to get the quoted price). |
java.lang.String |
getStatus() Returns the status. |
java.lang.String |
getSupplierData() Gets the supplier data for the item. |
java.lang.String |
getUOM() Gets the unit of measure for the item. |
void |
setAvailableQuantity(java.lang.Double quantity) Sets the available quantity of the item. |
void |
setDescription(java.lang.String description) Sets the description. |
void |
setDistributorProductId(java.lang.String distributorProductId) Sets the distributor product id of the item. |
void |
setEstimatedAvailabilityDate(java.sql.Timestamp estAvailDate) Sets the estimated availability date of the item. |
void |
setGlobalProductId(java.lang.String globalProductId) Sets the global product id of the item. |
void |
setPrice(MonetaryAmount price) Sets the price of the item |
void |
setPriceQuantity(java.lang.Double quantity) Sets the price quantity of the item (the amount that the price is for). |
void |
setPromotionMsgList(java.util.List promotionMsgList) Sets the promotion message list. |
void |
setQuoteQuantity(java.lang.Double quantity) Sets the quote quantity of the item (the amount that must be purchased to get the quoted price). |
void |
setStatus(java.lang.String status) Sets the status. |
void |
setSupplierData(java.lang.String supplierData) Sets the supplier data for the item. |
void |
setUOM(java.lang.String UOM)
Sets the unit of measure for the item. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public void setGlobalProductId(java.lang.String globalProductId)
globalProductId
- The global product id.public java.lang.String getGlobalProductId()
public void setDistributorProductId(java.lang.String distributorProductId)
distributorProductId
- The distributor product
id.public java.lang.String getDistributorProductId()
public void setAvailableQuantity(java.lang.Double quantity)
quantity
- The available quantity.public java.lang.Double getAvailableQuantity()
public void setPriceQuantity(java.lang.Double quantity)
quantity
- The price quantity.public java.lang.Double getPriceQuantity()
public void setQuoteQuantity(java.lang.Double quantity)
quantity
- The quote quantity.public java.lang.Double getQuoteQuantity()
public void setPrice(MonetaryAmount price)
price
- The price.public MonetaryAmount getPrice()
public void setUOM(java.lang.String UOM)
UOM
- The unit of measure.public java.lang.String getUOM()
public void setEstimatedAvailabilityDate(java.sql.Timestamp estAvailDate)
estAvailDate
- The estimated availability
date.public java.sql.Timestamp getEstimatedAvailabilityDate()
public void setSupplierData(java.lang.String supplierData)
supplierData
- The supplier data.public java.lang.String getSupplierData()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description.public java.util.List getPromotionMsgList()
public void setPromotionMsgList(java.util.List promotionMsgList)
promotionMsgList
- The promotion message
list.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- The status to set