com.adobe.dct.transfer
Class OperationParameter

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

public class OperationParameter
extends Object
implements Serializable

Operation Parameter - Holds the details of Operation Parameter

See Also:
Serialized Form

Constructor Summary
OperationParameter()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getType()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 void setType(String type)
           
 
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 String getId()
Returns:
id

setId

public void setId(String id)
Parameters:
id -

getName

public String getName()
Returns:
name of the OperationParameter

setName

public void setName(String name)
Parameters:
name - - name of the OperationParameter

getType

public String getType()
Returns:
type of the OperationParameter

setType

public void setType(String type)
Parameters:
type - - type of the OperationParameter

getDescription

public String getDescription()
Returns:
description of the OperationParameter

setDescription

public void setDescription(String description)
Parameters:
description - - description of the OperationParameter


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