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 SummaryFields Modifier and Type Field Description protected IComponentIdentifiercomponentidentifierAttribute for slot componentidentifier.
 - 
Constructor SummaryConstructors Constructor Description CMSDestroyComponent()Default Constructor.CMSDestroyComponent(IComponentIdentifier identifier)Create a newAMSDestroyComponent.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentIdentifiergetComponentIdentifier()Get the componentidentifier of this AMSDestroyComponent.voidsetComponentIdentifier(IComponentIdentifier componentidentifier)Set the componentidentifier of this AMSDestroyComponent.java.lang.StringtoString()Get a string representation of this AMSDestroyComponent.
 
- 
- 
- 
Field Detail- 
componentidentifierprotected IComponentIdentifier componentidentifier Attribute for slot componentidentifier.
 
- 
 - 
Constructor Detail- 
CMSDestroyComponentpublic CMSDestroyComponent() Default Constructor.
 AMSDestroyComponent.
 - 
CMSDestroyComponentpublic CMSDestroyComponent(IComponentIdentifier identifier) Create a newAMSDestroyComponent.
 
- 
 - 
Method Detail- 
getComponentIdentifierpublic IComponentIdentifier getComponentIdentifier() Get the componentidentifier of this AMSDestroyComponent.- Returns:
- componentidentifier
 
 - 
setComponentIdentifierpublic void setComponentIdentifier(IComponentIdentifier componentidentifier) Set the componentidentifier of this AMSDestroyComponent.- Parameters:
- componentidentifier- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this AMSDestroyComponent.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-