com.adobe.dct.transfer
Class OperationInfo

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

public class OperationInfo
extends java.lang.Object
implements java.io.Serializable

Operation Info - Holds the information for Service operation.

See Also:
Serialized Form

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

OperationInfo

public OperationInfo()
Method Detail

getId

public java.lang.String getId()
Gets the OperationInfo id

Returns:
id

setId

public void setId(java.lang.String id)
Set the OperationInfo id

Parameters:
id - identifier to set

getOperationName

public java.lang.String getOperationName()
Gets the operationName

Returns:
operationName

setOperationName

public void setOperationName(java.lang.String operationName)
Sets the operationName

Parameters:
operationName - operationName to set

getOperationParameters

public java.util.List getOperationParameters()
Gets the operationParameters of Operation

Returns:
the operationParameters of Operation

setOperationParameters

public void setOperationParameters(java.util.List operationParameters)
Sets the the OperationParameters of the Operation

Parameters:
operationParameters - the Operation Parameters to set


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