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
Method Detail |
public void setMessageIdentifier(java.lang.Long theMsgId)
public java.lang.Long getMessageIdentifier()
public void setLineItems(QuotationResponseItem[] quotationItems)
public QuotationResponseItem[] getLineItems()
public java.lang.String getCodeFlag()
public java.lang.String getStatus()
public void setCodeFlag(java.lang.String codeFlag)
public void setStatus(java.lang.String status)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.