|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.sap.SAPMethod
The SAPMethod class keeps information about the RFC module that is to be executed.
Field Summary | |
protected Hashtable |
exportParamsTable
Keeps the description of the export parameters that will be returned after the BAPI function execution. |
protected Hashtable |
importParamsTable
Keeps the description of the import parameters that the BAPI function will use as arguments during its execution. |
protected java.lang.String |
methodName
Keeps the name of the BAPI function to be executed. |
Constructor Summary | |
SAPMethod()
This constructor creates a SAPMethod object. |
|
SAPMethod(java.lang.String aSAPMethodName)
This constructor creates a SAPMethod object. |
Method Summary | |
Hashtable |
getExportParamsTable()
Returns the exportParamsTable attribute value. |
Hashtable |
getImportParamsTable()
Returns the importParamsTable attribute value. |
java.lang.String |
getMethodName()
Returns the methodName attribute value. |
void |
setExportParamsTable(Hashtable h)
Sets the exportParamsTable attribute to a hash table. |
void |
setImportParamsTable(Hashtable h)
Sets the importParamsTable attribute to a hash table. |
void |
setMethodName(java.lang.String s)
Sets the methodName attribute to the String provided as argument. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected java.lang.String methodName
protected Hashtable exportParamsTable
protected Hashtable importParamsTable
Constructor Detail |
public SAPMethod()
public SAPMethod(java.lang.String aSAPMethodName)
Method Detail |
public Hashtable getExportParamsTable()
public Hashtable getImportParamsTable()
public java.lang.String getMethodName()
public void setExportParamsTable(Hashtable h)
h
- com.ibm.dse.base.Hashtablepublic void setImportParamsTable(Hashtable h)
h
- com.ibm.dse.base.Hashtablepublic void setMethodName(java.lang.String s)
s
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |