public class GetInstallmentRuleCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetInstallmentRuleCmd
FetchInstallmentRuleCmd command to get the nouns, and the method
buildShowBusinessObjectDocument returns the response business object document.| Constructor and Description |
|---|
GetInstallmentRuleCmdImpl()
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.ShowInstallmentRuleType |
getShowInstallmentRule()
This method gets the
ShowInstallmentRuleType business object document result. |
void |
setGetInstallmentRule(com.ibm.commerce.installment.facade.datatypes.GetInstallmentRuleType getInstallmentRule)
This method sets the
GetInstallmentRuleType 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 GetInstallmentRuleCmdImpl()
public void setGetInstallmentRule(com.ibm.commerce.installment.facade.datatypes.GetInstallmentRuleType getInstallmentRule)
GetInstallmentRuleType business object document that this command will process.setGetInstallmentRule in interface GetInstallmentRuleCmdgetInstallmentRule - The GetInstallmentRuleType business object document.public com.ibm.commerce.installment.facade.datatypes.ShowInstallmentRuleType getShowInstallmentRule()
ShowInstallmentRuleType business object document result.getShowInstallmentRule in interface GetInstallmentRuleCmdShowInstallmentRuleType business object document result to the
client.public java.lang.String getFetchCommandInterface()
getFetchCommandInterface in class AbstractGetBusinessObjectDocumentCmdImpl