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