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)
theMsgId
- The message indentifier.public java.lang.Long getMessageIdentifier()
public void setLineItems(QuotationResponseItem[] quotationItems)
quotationItems
- The quotation line items.public QuotationResponseItem[] getLineItems()
public java.lang.String getCodeFlag()
public java.lang.String getStatus()
public void setCodeFlag(java.lang.String codeFlag)
codeFlag
- The code flag.public void setStatus(java.lang.String status)
status
- The status.