java.lang.Object | +--com.ibm.commerce.orderquotation.commands.QuotationResponseItemBaseImpl
Quotation response item base object.
Field Summary |
---|
Fields inherited from interface com.ibm.commerce.orderquotation.commands. QuotationResponseItemBase |
COPYRIGHT |
Constructor Summary | |
---|---|
QuotationResponseItemBaseImpl() |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public QuotationResponseItemBaseImpl()
Method Detail |
---|
public void setGlobalProductId(java.lang.String globalProductId)
setGlobalProductId
in interface
QuotationResponseItemBase
globalProductId
- The global product id.public java.lang.String getGlobalProductId()
getGlobalProductId
in interface
QuotationResponseItemBase
public void setDistributorProductId(java.lang.String distributorProductId)
setDistributorProductId
in interface
QuotationResponseItemBase
distributorProductId
- The distributor product
id.public java.lang.String getDistributorProductId()
getDistributorProductId
in interface
QuotationResponseItemBase
public void setAvailableQuantity(java.lang.Double quantity)
setAvailableQuantity
in interface
QuotationResponseItemBase
quantity
- The available quantity.public java.lang.Double getAvailableQuantity()
getAvailableQuantity
in interface
QuotationResponseItemBase
public void setPriceQuantity(java.lang.Double quantity)
setPriceQuantity
in interface
QuotationResponseItemBase
quantity
- The price quantity.public java.lang.Double getPriceQuantity()
getPriceQuantity
in interface
QuotationResponseItemBase
public void setQuoteQuantity(java.lang.Double quantity)
setQuoteQuantity
in interface
QuotationResponseItemBase
quantity
- The quote quantity.public java.lang.Double getQuoteQuantity()
getQuoteQuantity
in interface
QuotationResponseItemBase
public void setPrice(MonetaryAmount price)
setPrice
in interface
QuotationResponseItemBase
price
- The price.public MonetaryAmount getPrice()
getPrice
in interface
QuotationResponseItemBase
public void setUOM(java.lang.String UOM)
setUOM
in interface
QuotationResponseItemBase
UOM
- The unit of measure.public java.lang.String getUOM()
getUOM
in interface
QuotationResponseItemBase
public void setEstimatedAvailabilityDate(java.sql.Timestamp estAvailDate)
setEstimatedAvailabilityDate
in interface
QuotationResponseItemBase
estAvailDate
- The estimated availability
date.public java.sql.Timestamp getEstimatedAvailabilityDate()
getEstimatedAvailabilityDate
in interface
QuotationResponseItemBase
public void setSupplierData(java.lang.String supplierData)
setSupplierData
in interface
QuotationResponseItemBase
supplierData
- The supplier data.public java.lang.String getSupplierData()
getSupplierData
in interface
QuotationResponseItemBase
public java.lang.String getDescription()
getDescription
in interface
QuotationResponseItemBase
public void setDescription(java.lang.String description)
setDescription
in interface
QuotationResponseItemBase
description
- The description.public java.util.List getPromotionMsgList()
getPromotionMsgList
in interface
QuotationResponseItemBase
public void setPromotionMsgList(java.util.List promotionMsgList)
setPromotionMsgList
in interface
QuotationResponseItemBase
promotionMsgList
- The promotion message
list.public java.lang.String getStatus()
getStatus
in interface
QuotationResponseItemBase
public void setStatus(java.lang.String status)
setStatus
in interface
QuotationResponseItemBase
status
- The status to set