public class GetOrderInstallmentPriceCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetOrderInstallmentPriceCmd
FetchOrderInstallmentPriceCmd command to get the nouns, and the method
buildShowBusinessObjectDocument returns the response business object document.| Constructor and Description |
|---|
GetOrderInstallmentPriceCmdImpl()
This method is the default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.installment.facade.datatypes.ShowOrderInstallmentPriceType |
getShowOrderInstallmentPrice()
This method gets the
ShowOrderInstallmentPriceType business object document result. |
void |
setGetOrderInstallmentPrice(com.ibm.commerce.installment.facade.datatypes.GetOrderInstallmentPriceType getOrderInstallmentPrice)
This method sets the
GetOrderInstallmentPriceType business object document that this command will
process. |
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setRequestBusinessObjectDocument, setUniqueIDXPathexecuteFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocumentpublic GetOrderInstallmentPriceCmdImpl()
public void setGetOrderInstallmentPrice(com.ibm.commerce.installment.facade.datatypes.GetOrderInstallmentPriceType getOrderInstallmentPrice)
GetOrderInstallmentPriceType business object document that this command will
process.setGetOrderInstallmentPrice in interface GetOrderInstallmentPriceCmdgetOrderInstallmentPrice - The GetOrderInstallmentPriceType business object document.public com.ibm.commerce.installment.facade.datatypes.ShowOrderInstallmentPriceType getShowOrderInstallmentPrice()
ShowOrderInstallmentPriceType business object document result.getShowOrderInstallmentPrice in interface GetOrderInstallmentPriceCmdShowOrderInstallmentPriceType business object document result to the
client.