com.ibm.commerce.orderquotation.commands
Class QuotationResponseImpl

java.lang.Object
  |
  +--com.ibm.commerce.orderquotation.commands.QuotationResponseImpl
All Implemented Interfaces:
QuotationResponse

public class QuotationResponseImpl
extends java.lang.Object
implements QuotationResponse

Quotation response value object.


Field Summary
 
Fields inherited from interface com.ibm.commerce.orderquotation.commands. QuotationResponse
COPYRIGHT
 
Constructor Summary
QuotationResponseImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 indentifier.

getMessageIdentifier

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

setLineItems

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

getLineItems

public QuotationResponseItem[] getLineItems()
Gets the quotation line items of the response.
Specified by:
getLineItems in interface QuotationResponse
Returns:
The array of quotation line items.

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.