|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.dct.transfer.OperationInfo
public class OperationInfo
Operation Info - Holds the information for Service operation.
| Constructor Summary | |
|---|---|
OperationInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the OperationInfo id |
java.lang.String |
getOperationName()
Gets the operationName |
java.util.List |
getOperationParameters()
Gets the operationParameters of Operation |
void |
setId(java.lang.String id)
Set the OperationInfo id |
void |
setOperationName(java.lang.String operationName)
Sets the operationName |
void |
setOperationParameters(java.util.List operationParameters)
Sets the the OperationParameters of the Operation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationInfo()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - identifier to setpublic java.lang.String getOperationName()
public void setOperationName(java.lang.String operationName)
operationName - operationName to setpublic java.util.List getOperationParameters()
public void setOperationParameters(java.util.List operationParameters)
operationParameters - the Operation Parameters to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||