Package jadex.bridge.fipa
Class CMSSuspendComponent
- java.lang.Object
- 
- jadex.bridge.fipa.CMSSuspendComponent
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class CMSSuspendComponent extends java.lang.Object implements IComponentAction Java class for concept CMSSuspendComponent of beanynizer_beans_fipa_default ontology.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IComponentIdentifiercomponentidentifierAttribute for slot componentidentifier.
 - 
Constructor SummaryConstructors Constructor Description CMSSuspendComponent()Default Constructor.CMSSuspendComponent(IComponentIdentifier componentidentifier)Create a newCMSSuspendComponent.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentIdentifiergetComponentIdentifier()Get the componentidentifier of this CMSSuspendComponent.voidsetComponentIdentifier(IComponentIdentifier componentidentifier)Set the componentidentifier of this CMSSuspendComponent.java.lang.StringtoString()Get a string representation of this CMSSuspendComponent.
 
- 
- 
- 
Field Detail- 
componentidentifierprotected IComponentIdentifier componentidentifier Attribute for slot componentidentifier.
 
- 
 - 
Constructor Detail- 
CMSSuspendComponentpublic CMSSuspendComponent() Default Constructor.
 CMSSuspendComponent.
 - 
CMSSuspendComponentpublic CMSSuspendComponent(IComponentIdentifier componentidentifier) Create a newCMSSuspendComponent.
 
- 
 - 
Method Detail- 
getComponentIdentifierpublic IComponentIdentifier getComponentIdentifier() Get the componentidentifier of this CMSSuspendComponent.- Returns:
- componentidentifier
 
 - 
setComponentIdentifierpublic void setComponentIdentifier(IComponentIdentifier componentidentifier) Set the componentidentifier of this CMSSuspendComponent.- Parameters:
- componentidentifier- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this CMSSuspendComponent.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-