Class ComponentRegistryAgent.ComponentInfo
- java.lang.Object
- 
- jadex.platform.service.componentregistry.ComponentRegistryAgent.ComponentInfo
 
- 
- Enclosing class:
- ComponentRegistryAgent
 
 public static class ComponentRegistryAgent.ComponentInfo extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected CreationInfoinfoThe creation info.protected java.util.List<IServiceIdentifier>sidsThe services of the component.
 - 
Constructor SummaryConstructors Constructor Description ComponentInfo()Create a new ComponentInfo.ComponentInfo(CreationInfo info, java.util.List<IServiceIdentifier> sids)Create a new ComponentInfo.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreationInfogetInfo()Get the info.java.util.List<IServiceIdentifier>getSids()Get the sids.voidsetInfo(CreationInfo info)Set the info.voidsetSids(java.util.List<IServiceIdentifier> sids)Set the sids.
 
- 
- 
- 
Field Detail- 
infoprotected CreationInfo info The creation info.
 - 
sidsprotected java.util.List<IServiceIdentifier> sids The services of the component.
 
- 
 - 
Constructor Detail- 
ComponentInfopublic ComponentInfo() Create a new ComponentInfo.
 - 
ComponentInfopublic ComponentInfo(CreationInfo info, java.util.List<IServiceIdentifier> sids) Create a new ComponentInfo.
 
- 
 - 
Method Detail- 
getInfopublic CreationInfo getInfo() Get the info.- Returns:
- the info
 
 - 
setInfopublic void setInfo(CreationInfo info) Set the info.- Parameters:
- info- The info to set
 
 - 
getSidspublic java.util.List<IServiceIdentifier> getSids() Get the sids.- Returns:
- the sids
 
 - 
setSidspublic void setSids(java.util.List<IServiceIdentifier> sids) Set the sids.- Parameters:
- sids- The sids to set
 
 
- 
 
-