java.lang.Object | +--com.ibm.commerce.orderquotation.commands.QuotationResponseItemBaseImpl | +--com.ibm.commerce.orderquotation.commands.QuotationResponseItemImpl
Quotation response item object.
Field Summary |
---|
Fields inherited from interface com.ibm.commerce.orderquotation.commands. QuotationResponseItem |
COPYRIGHT |
Constructor Summary | |
---|---|
QuotationResponseItemImpl() |
Method Summary | |
---|---|
java.lang.Long |
getLineNumber() Gets the line number of the item. |
QuotationResponseSubstituteItem[] |
getSubstituteItems() Gets the substitute items. |
void |
setLineNumber(java.lang.Long lineNumber) Sets the line number of the item. |
void |
setSubstituteItems(
QuotationResponseSubstituteItem[] substituteItems) Sets the substitute items. |
Methods inherited from class com.ibm.commerce.orderquotation.commands. QuotationResponseItemBaseImpl |
getAvailableQuantity,
getDescription,
getDistributorProductId,
getEstimatedAvailabilityDate,
getGlobalProductId,
getPrice,
getPriceQuantity,
getPromotionMsgList,
getQuoteQuantity,
getStatus,
getSupplierData,
getUOM,
setAvailableQuantity,
setDescription,
setDistributorProductId,
setEstimatedAvailabilityDate,
setGlobalProductId,
setPrice,
setPriceQuantity,
setPromotionMsgList,
setQuoteQuantity,
setStatus,
setSupplierData,
setUOM |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.orderquotation.commands. QuotationResponseItemBase |
getAvailableQuantity,
getDescription,
getDistributorProductId,
getEstimatedAvailabilityDate,
getGlobalProductId,
getPrice,
getPriceQuantity,
getPromotionMsgList,
getQuoteQuantity,
getStatus,
getSupplierData,
getUOM,
setAvailableQuantity,
setDescription,
setDistributorProductId,
setEstimatedAvailabilityDate,
setGlobalProductId,
setPrice,
setPriceQuantity,
setPromotionMsgList,
setQuoteQuantity,
setStatus,
setSupplierData,
setUOM |
Constructor Detail |
---|
public QuotationResponseItemImpl()
Method Detail |
---|
public void setLineNumber(java.lang.Long lineNumber)
setLineNumber
in interface
QuotationResponseItem
lineNumber
- The line number.public java.lang.Long getLineNumber()
getLineNumber
in interface
QuotationResponseItem
public QuotationResponseSubstituteItem[] getSubstituteItems()
getSubstituteItems
in interface
QuotationResponseItem
public void setSubstituteItems(QuotationResponseSubstituteItem[] substituteItems)
setSubstituteItems
in interface
QuotationResponseItem
substituteItems
- The substitute items.