public class DFModify extends java.lang.Object implements IComponentAction
| Modifier and Type | Field and Description | 
|---|---|
| protected IDFComponentDescription | dfcomponentdescriptionAttribute for slot dfcomponentdescription. | 
| protected IDFComponentDescription | resultAttribute for slot result. | 
| Constructor and Description | 
|---|
| DFModify()Default Constructor. | 
| DFModify(IDFComponentDescription dfcomponentdescription,
        IDFComponentDescription result)Create a new  DFModify. | 
| Modifier and Type | Method and Description | 
|---|---|
| IDFComponentDescription | getComponentDescription()Get the dfcomponentdescription of this DFModify. | 
| IDFComponentDescription | getResult()Get the result of this DFModify. | 
| void | setComponentDescription(IDFComponentDescription dfcomponentdescription)Set the dfcomponentdescription of this DFModify. | 
| void | setResult(IDFComponentDescription result)Set the result of this DFModify. | 
| java.lang.String | toString()Get a string representation of this DFModify. | 
protected IDFComponentDescription result
protected IDFComponentDescription dfcomponentdescription
public DFModify()
public DFModify(IDFComponentDescription dfcomponentdescription, IDFComponentDescription result)
DFModify.public IDFComponentDescription getResult()
public void setResult(IDFComponentDescription result)
result - the value to be setpublic IDFComponentDescription getComponentDescription()
public void setComponentDescription(IDFComponentDescription dfcomponentdescription)
dfcomponentdescription - the value to be setpublic java.lang.String toString()
toString in class java.lang.Object