public interface GetInstallmentRuleCmd extends BusinessObjectDocumentCmd
GetInstallmentRuleType object which contains the XPath request. It also defines a method to get the
ShowInstallmentRuleType object which contains the information used to compose the show business object
document.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocumentstatic final java.lang.String COPYRIGHT
void setGetInstallmentRule(com.ibm.commerce.installment.facade.datatypes.GetInstallmentRuleType getInstallmentRule)
GetInstallmentRuleType business object document that this command will process.getInstallmentRule - The GetInstallmentRuleType business object document.com.ibm.commerce.installment.facade.datatypes.ShowInstallmentRuleType getShowInstallmentRule()
ShowInstallmentRuleType business object document result.ShowInstallmentRuleType business object document result to the
client.