com.ibm.commerce.orderquotation.commands
Interface QuotationResponse

All Known Implementing Classes:
QuotationResponseImpl

public interface QuotationResponse

This object represents a quotation response.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
 
Method Summary
 java.lang.String getCodeFlag()
          Gets the code flag.
  QuotationResponseItem[] getLineItems()
          Gets the quotation line items of the response.
 java.lang.Long getMessageIdentifier()
          Gets the message identifier field of the response.
 java.lang.String getStatus()
          Gets the status.
 void setCodeFlag(java.lang.String codeFlag)
          Sets the code flag.
 void setLineItems( QuotationResponseItem[] quotationItems)
          Sets line items of the response.
 void setMessageIdentifier(java.lang.Long theMsgId)
          Sets the message identifier field of the response.
 void setStatus(java.lang.String status)           Sets the status.
 

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

setMessageIdentifier

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

getMessageIdentifier

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

setLineItems

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

getLineItems

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

getCodeFlag

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

getStatus

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

setCodeFlag

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

setStatus

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