com.ibm.commerce.orderquotation.commands
Interface QuotationResponseItem

All Superinterfaces:
QuotationResponseItemBase
All Known Implementing Classes:
QuotationResponseItemImpl

public interface QuotationResponseItem
extends QuotationResponseItemBase

Interface for the quotation response item.


Field Summary
static java.lang.String COPYRIGHT
Copyright statement.
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 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
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values
Method Detail

setLineNumber

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

getLineNumber

public java.lang.Long getLineNumber()
Gets the line number of the item.
Returns:
The line number.

getSubstituteItems

public QuotationResponseSubstituteItem[] getSubstituteItems()
Gets the substitute items.
Returns:
The substitute items.

setSubstituteItems

public void setSubstituteItems(QuotationResponseSubstituteItem[] substituteItems)
Sets the substitute items.
Parameters:
substituteItems - The substitute items.

Feedback