public class DFRegister extends java.lang.Object implements IComponentAction
Modifier and Type | Field and Description |
---|---|
protected IDFComponentDescription |
dfcomponentdescription
Attribute for slot dfcomponentdescription.
|
protected IDFComponentDescription |
result
Attribute for slot result.
|
Constructor and Description |
---|
DFRegister()
Default Constructor.
|
DFRegister(IDFComponentDescription dfcomponentdescription,
IDFComponentDescription result)
Create a new
DFRegister . |
Modifier and Type | Method and Description |
---|---|
IDFComponentDescription |
getComponentDescription()
Get the dfcomponentdescription of this DFRegister.
|
IDFComponentDescription |
getResult()
Get the result of this DFRegister.
|
void |
setComponentDescription(IDFComponentDescription dfcomponentdescription)
Set the dfcomponentdescription of this DFRegister.
|
void |
setResult(IDFComponentDescription result)
Set the result of this DFRegister.
|
java.lang.String |
toString()
Get a string representation of this DFRegister.
|
protected IDFComponentDescription result
protected IDFComponentDescription dfcomponentdescription
public DFRegister()
public DFRegister(IDFComponentDescription dfcomponentdescription, IDFComponentDescription result)
DFRegister
.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