Package jadex.bridge.fipa
Class CMSDestroyComponent
- java.lang.Object
-
- jadex.bridge.fipa.CMSDestroyComponent
-
- All Implemented Interfaces:
IComponentAction
public class CMSDestroyComponent extends java.lang.Object implements IComponentAction
Java class for concept AMSDestroyComponent of beanynizer_beans_fipa_default ontology.
-
-
Field Summary
Fields Modifier and Type Field Description protected IComponentIdentifier
componentidentifier
Attribute for slot componentidentifier.
-
Constructor Summary
Constructors Constructor Description CMSDestroyComponent()
Default Constructor.CMSDestroyComponent(IComponentIdentifier identifier)
Create a newAMSDestroyComponent
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
componentidentifier
protected IComponentIdentifier componentidentifier
Attribute for slot componentidentifier.
-
-
Constructor Detail
-
CMSDestroyComponent
public CMSDestroyComponent()
Default Constructor.
AMSDestroyComponent.
-
CMSDestroyComponent
public CMSDestroyComponent(IComponentIdentifier identifier)
Create a newAMSDestroyComponent
.
-
-
Method Detail
-
getComponentIdentifier
public IComponentIdentifier getComponentIdentifier()
Get the componentidentifier of this AMSDestroyComponent.- Returns:
- componentidentifier
-
setComponentIdentifier
public void setComponentIdentifier(IComponentIdentifier componentidentifier)
Set the componentidentifier of this AMSDestroyComponent.- Parameters:
componentidentifier
- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of this AMSDestroyComponent.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-