com.adobe.dct.transfer
Class OperationInfo

java.lang.Object
  extended by com.adobe.dct.transfer.OperationInfo
All Implemented Interfaces:
Serializable

public class OperationInfo
extends Object
implements Serializable

Operation Info - Holds the information for Service operation.

See Also:
Serialized Form

Constructor Summary
OperationInfo()
           
 
Method Summary
 String getId()
           
 String getOperationName()
           
 List getOperationParameters()
           
 void setId(String id)
           
 void setOperationName(String operationName)
           
 void setOperationParameters(List operationParameters)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationInfo

public OperationInfo()
Method Detail

getId

public String getId()
Returns:
id

setId

public void setId(String id)
Parameters:
id -

getOperationName

public String getOperationName()
Returns:
operationName

setOperationName

public void setOperationName(String operationName)
Parameters:
operationName -

getOperationParameters

public List getOperationParameters()
Returns:
the operationParameters of Operation

setOperationParameters

public void setOperationParameters(List operationParameters)
Parameters:
operationParameters - - the Operation Parameters of the Operation


[an error occurred while processing this directive] [an error occurred while processing this directive]