public class BusinessObjectDocumentCmdImpl extends TaskCommandImpl implements BusinessObjectDocumentCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| BusinessObjectDocumentCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
| protected BusinessObjectDocument | getRequestBOD()
Returns the input to setRequestBOD(BusinessObjectDocument)
|
| BusinessObjectDocument | getResultBOD()
Returns the resulting BusinessObjectDocument at the end of its processing
|
| void | setRequestBOD(BusinessObjectDocument request)
Sets the input BusinessObjectDocument before processing
|
| protected void | setResultBOD(BusinessObjectDocument request)
Used to set the resulting BusinessObjectDocument at the end of processing
|
public static final java.lang.String COPYRIGHT
public void setRequestBOD(BusinessObjectDocument request)
protected BusinessObjectDocument getRequestBOD()
public BusinessObjectDocument getResultBOD()
protected void setResultBOD(BusinessObjectDocument request)