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 |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public void setLineNumber(java.lang.Long lineNumber)
lineNumber
- The line number.public java.lang.Long getLineNumber()
public QuotationResponseSubstituteItem[] getSubstituteItems()
public void setSubstituteItems(QuotationResponseSubstituteItem[] substituteItems)
substituteItems
- The substitute items.