com.adobe.dct.transfer
Class OperationParameter

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

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

Operation Parameter - Holds the details of Operation Parameter

See Also:
Serialized Form

Constructor Summary
OperationParameter()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description of the OperationParameter
 java.lang.String getId()
          Gets the id of the OperationParameter
 java.lang.String getName()
          Gets the name of the OperationParameter
 java.lang.String getType()
          Gets the type of the OperationParameter
 void setDescription(java.lang.String description)
          Sets the description of the OperationParameter
 void setId(java.lang.String id)
          Sets the id of the OperationParameter
 void setName(java.lang.String name)
          Sets the name of the OperationParameter
 void setType(java.lang.String type)
          Sets the type of the OperationParameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationParameter

public OperationParameter()
Method Detail

getId

public java.lang.String getId()
Gets the id of the OperationParameter

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id of the OperationParameter

Parameters:
id - id to set

getName

public java.lang.String getName()
Gets the name of the OperationParameter

Returns:
name of the OperationParameter

setName

public void setName(java.lang.String name)
Sets the name of the OperationParameter

Parameters:
name - name to set

getType

public java.lang.String getType()
Gets the type of the OperationParameter

Returns:
type of the OperationParameter

setType

public void setType(java.lang.String type)
Sets the type of the OperationParameter

Parameters:
type - the type to set

getDescription

public java.lang.String getDescription()
Gets the description of the OperationParameter

Returns:
description of the OperationParameter

setDescription

public void setDescription(java.lang.String description)
Sets the description of the OperationParameter

Parameters:
description - the description to set


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