public class GetSearchTermAssociationCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetSearchTermAssociationCmd
FetchSearchTermAssociationCmd
command to get the nouns,
and the method buildShowBusinessObjectDocument
returns the response
business object document.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
GetSearchTermAssociationCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
ShowSearchTermAssociationType |
getShowSearchTermAssociation()
This method gets the
ShowSearchTermAssociationType business object document result. |
void |
setGetSearchTermAssociation(GetSearchTermAssociationType getSearchTermAssociation)
This method sets the
GetSearchTermAssociationType business object document that this command will process. |
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setRequestBusinessObjectDocument, setUniqueIDXPath
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
public static final java.lang.String COPYRIGHT
public GetSearchTermAssociationCmdImpl()
public void setGetSearchTermAssociation(GetSearchTermAssociationType getSearchTermAssociation)
GetSearchTermAssociationType
business object document that this command will process.setGetSearchTermAssociation
in interface GetSearchTermAssociationCmd
getSearchTermAssociation
- The GetSearchTermAssociationType
business object document.public ShowSearchTermAssociationType getShowSearchTermAssociation()
ShowSearchTermAssociationType
business object document result.getShowSearchTermAssociation
in interface GetSearchTermAssociationCmd
ShowSearchTermAssociationType
business object document result to the client.