com.ibm.commerce.orderquotation.commands
Class QuotationResponseItemImpl

java.lang.Object
  com.ibm.commerce.orderquotation.commands.QuotationResponseItemBaseImpl
      com.ibm.commerce.orderquotation.commands.QuotationResponseItemImpl
All Implemented Interfaces:
QuotationResponseItem, QuotationResponseItemBase

public class QuotationResponseItemImpl
extends QuotationResponseItemBaseImpl
implements QuotationResponseItem

Quotation response item object.


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

QuotationResponseItemImpl

public QuotationResponseItemImpl()
Method Detail

setLineNumber

public void setLineNumber(java.lang.Long lineNumber)
Sets the line number of the item.
Specified by:
setLineNumber in interface QuotationResponseItem
Parameters:
lineNumber - The line number.

getLineNumber

public java.lang.Long getLineNumber()
Gets the line number of the item.
Specified by:
getLineNumber in interface QuotationResponseItem
Returns:
The line number.

getSubstituteItems

public QuotationResponseSubstituteItem[] getSubstituteItems()
Gets the substitute items.
Specified by:
getSubstituteItems in interface QuotationResponseItem
Returns:
The substitute items.

setSubstituteItems

public void setSubstituteItems(QuotationResponseSubstituteItem[] substituteItems)
Sets the substitute items.
Specified by:
setSubstituteItems in interface QuotationResponseItem
Parameters:
substituteItems - The substitute items.

Feedback