public interface GetMarketingContentCmd extends BusinessObjectDocumentCmd
GetMarketingContentType
object which contains the xpath request. It also defines a method to get the ShowMarketingContentType
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 |
---|---|
ShowMarketingContentType |
getShowMarketingContent()
This method gets the
ShowMarketingContentType business object document result. |
void |
setGetMarketingContent(GetMarketingContentType getMarketingContent)
This method sets the
GetMarketingContentType business object document that this command will process. |
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
static final java.lang.String COPYRIGHT
void setGetMarketingContent(GetMarketingContentType getMarketingContent)
GetMarketingContentType
business object document that this command will process.getMarketingContent
- The GetMarketingContentType
business object document.ShowMarketingContentType getShowMarketingContent()
ShowMarketingContentType
business object document result.ShowMarketingContentType
business object document result to the client.