public interface BusinessObjectDocumentCmd
extends com.ibm.websphere.command.Command
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
BusinessObjectDocumentType | getResultBusinessObjectDocument()
This method returns the response business object document.
|
void | handleException(java.lang.Exception exception)
This method sets the exception as the result of executing the request.
|
void | setRequestBusinessObjectDocument(BusinessObjectDocumentType businessObjectDocument)
This method sets the business object document to process.
|
static final java.lang.String COPYRIGHT
BusinessObjectDocumentType getResultBusinessObjectDocument()
void setRequestBusinessObjectDocument(BusinessObjectDocumentType businessObjectDocument)
void handleException(java.lang.Exception exception)