com.ibm.commerce.orderquotation.commands

Interface QuotationResponse

  • All Known Implementing Classes:
    QuotationResponseImpl


    public interface QuotationResponse
    This object represents a quotation response.
    • Field Detail

      • COPYRIGHT

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

      • setMessageIdentifier

        void setMessageIdentifier(java.lang.Long theMsgId)
        Sets the message identifier field of the response.
        Parameters:
        theMsgId - The message identifier.
      • getMessageIdentifier

        java.lang.Long getMessageIdentifier()
        Gets the message identifier field of the response.
        Returns:
        The message identifier.
      • setLineItems

        void setLineItems(QuotationResponseItem[] quotationItems)
        Sets line items of the response.
        Parameters:
        quotationItems - The quotation line items.
      • getLineItems

        QuotationResponseItem[] getLineItems()
        Gets the quotation line items of the response.
        Returns:
        The array of quotation line items.
      • getCodeFlag

        java.lang.String getCodeFlag()
        Gets the code flag.
        Returns:
        The code flag.
      • getStatus

        java.lang.String getStatus()
        Gets the status.
        Returns:
        The status.
      • setCodeFlag

        void setCodeFlag(java.lang.String codeFlag)
        Sets the code flag.
        Parameters:
        codeFlag - The code flag.
      • setStatus

        void setStatus(java.lang.String status)
        Sets the status.
        Parameters:
        status - The status.