com.ibm.commerce.orderquotation.commands

Class QuotationResponseImpl

  • java.lang.Object
    • com.ibm.commerce.orderquotation.commands.QuotationResponseImpl
    • Constructor Detail

      • QuotationResponseImpl

        public QuotationResponseImpl()
    • Method Detail

      • setMessageIdentifier

        public void setMessageIdentifier(java.lang.Long theMsgId)
        Sets the message identifier field of the response.
        Specified by:
        setMessageIdentifier in interface QuotationResponse
        Parameters:
        theMsgId - The message identifier.
      • getMessageIdentifier

        public java.lang.Long getMessageIdentifier()
        Gets the message identifier field of the response.
        Specified by:
        getMessageIdentifier in interface QuotationResponse
        Returns:
        The message identifier.
      • getCodeFlag

        public java.lang.String getCodeFlag()
        Gets the code flag.
        Specified by:
        getCodeFlag in interface QuotationResponse
        Returns:
        The code flag.
      • getStatus

        public java.lang.String getStatus()
        Gets the status.
        Specified by:
        getStatus in interface QuotationResponse
        Returns:
        The status.
      • setCodeFlag

        public void setCodeFlag(java.lang.String codeFlag)
        Sets the code flag.
        Specified by:
        setCodeFlag in interface QuotationResponse
        Parameters:
        codeFlag - The code flag.
      • setStatus

        public void setStatus(java.lang.String status)
        Sets the status.
        Specified by:
        setStatus in interface QuotationResponse
        Parameters:
        status - The status.