java.lang.Object | +--com.ibm.commerce.orderquotation.commands.QuotationResponseImpl
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 |
---|
public QuotationResponseImpl()
Method Detail |
---|
public void setMessageIdentifier(java.lang.Long theMsgId)
setMessageIdentifier
in interface
QuotationResponse
theMsgId
- The message indentifier.public java.lang.Long getMessageIdentifier()
getMessageIdentifier
in interface
QuotationResponse
public void setLineItems(QuotationResponseItem[] quotationItems)
setLineItems
in interface
QuotationResponse
quotationItems
- The quotation line items.public QuotationResponseItem[] getLineItems()
getLineItems
in interface
QuotationResponse
public java.lang.String getCodeFlag()
getCodeFlag
in interface
QuotationResponse
public java.lang.String getStatus()
getStatus
in interface
QuotationResponse
public void setCodeFlag(java.lang.String codeFlag)
setCodeFlag
in interface
QuotationResponse
codeFlag
- The code flag.public void setStatus(java.lang.String status)
setStatus
in interface
QuotationResponse
status
- The status.