public class CMSDestroyComponent extends java.lang.Object implements IComponentAction
Modifier and Type | Field and Description |
---|---|
protected IComponentIdentifier |
componentidentifier
Attribute for slot componentidentifier.
|
Constructor and Description |
---|
CMSDestroyComponent()
Default Constructor.
|
CMSDestroyComponent(IComponentIdentifier identifier)
Create a new
AMSDestroyComponent . |
Modifier and Type | Method and Description |
---|---|
IComponentIdentifier |
getComponentIdentifier()
Get the componentidentifier of this AMSDestroyComponent.
|
void |
setComponentIdentifier(IComponentIdentifier componentidentifier)
Set the componentidentifier of this AMSDestroyComponent.
|
java.lang.String |
toString()
Get a string representation of this AMSDestroyComponent.
|
protected IComponentIdentifier componentidentifier
public CMSDestroyComponent()
public CMSDestroyComponent(IComponentIdentifier identifier)
AMSDestroyComponent
.public IComponentIdentifier getComponentIdentifier()
public void setComponentIdentifier(IComponentIdentifier componentidentifier)
componentidentifier
- the value to be setpublic java.lang.String toString()
toString
in class java.lang.Object