|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.dct.transfer.OperationParameter
public class OperationParameter
Operation Parameter - Holds the details of Operation Parameter
| 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 |
|---|
public OperationParameter()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - name to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||