public class GetKitCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetKitCmd
| Constructor and Description |
|---|
GetKitCmdImpl()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDocumentType |
getResultBusinessObjectDocument()
This method returns the response business object document that represents
the result of executing the request.
|
ShowKitType |
getShowKit()
Provide a get method to get the result (ShowKitType BOD).
|
void |
setGetKit(GetKitType getKit)
A set method for GetKit.
|
void |
setRequestBusinessObjectDocument(BusinessObjectDocumentType businessObjectDocument)
This method sets the request business object document of the business
logic to execute.
|
getFetchCommandInterface, getInsertMoreDataCommandInterface, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setUniqueIDXPathexecuteFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicypublic void setGetKit(GetKitType getKit)
public ShowKitType getShowKit()
getShowKit in interface GetKitCmdpublic BusinessObjectDocumentType getResultBusinessObjectDocument()
AbstractGetBusinessObjectDocumentCmdImplgetResultBusinessObjectDocument in interface BusinessObjectDocumentCmdgetResultBusinessObjectDocument in class AbstractGetBusinessObjectDocumentCmdImplBusinessObjectDocumentCmd.getResultBusinessObjectDocument()public void setRequestBusinessObjectDocument(BusinessObjectDocumentType businessObjectDocument)
AbstractGetBusinessObjectDocumentCmdImplsetRequestBusinessObjectDocument in interface BusinessObjectDocumentCmdsetRequestBusinessObjectDocument in class AbstractGetBusinessObjectDocumentCmdImplbusinessObjectDocument - The request business object document.BusinessObjectDocumentCmd.setRequestBusinessObjectDocument(com.ibm.commerce.oagis9.datatypes.BusinessObjectDocumentType)