com.ibm.commerce.orderquotation.commands
Interface QuotationResponseSubstituteItem

All Superinterfaces:
QuotationResponseItemBase
All Known Implementing Classes:
QuotationResponseSubstituteItemImpl

public interface QuotationResponseSubstituteItem
extends QuotationResponseItemBase

Interface for the quotation response substitute item.


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

Feedback