public class GetCatalogEntryInstallmentPriceCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetCatalogEntryInstallmentPriceCmd
FetchCatalogEntryInstallmentPriceCmd command to get the nouns, and the method
buildShowBusinessObjectDocument returns the response business object document.| Constructor and Description |
|---|
GetCatalogEntryInstallmentPriceCmdImpl()
This method is the default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFetchCommandInterface()
This method returns the fetch command interface that has been specified on the command configuration.
|
com.ibm.commerce.installment.facade.datatypes.ShowCatalogEntryInstallmentPriceType |
getShowCatalogEntryInstallmentPrice()
This method gets the
ShowCatalogEntryInstallmentPriceType business object document result. |
void |
setGetCatalogEntryInstallmentPrice(com.ibm.commerce.installment.facade.datatypes.GetCatalogEntryInstallmentPriceType getCatalogEntryInstallmentPrice)
This method sets the
GetCatalogEntryInstallmentPriceType business object document that this command
will process. |
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 GetCatalogEntryInstallmentPriceCmdImpl()
public void setGetCatalogEntryInstallmentPrice(com.ibm.commerce.installment.facade.datatypes.GetCatalogEntryInstallmentPriceType getCatalogEntryInstallmentPrice)
GetCatalogEntryInstallmentPriceType business object document that this command
will process.setGetCatalogEntryInstallmentPrice in interface GetCatalogEntryInstallmentPriceCmdgetCatalogEntryInstallmentPrice - The GetCatalogEntryInstallmentPriceType business object document.public com.ibm.commerce.installment.facade.datatypes.ShowCatalogEntryInstallmentPriceType getShowCatalogEntryInstallmentPrice()
ShowCatalogEntryInstallmentPriceType business object document result.getShowCatalogEntryInstallmentPrice in interface GetCatalogEntryInstallmentPriceCmdShowCatalogEntryInstallmentPriceType business object document result
to the client.public java.lang.String getFetchCommandInterface()
getFetchCommandInterface in class AbstractGetBusinessObjectDocumentCmdImpl