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