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