Package jadex.base.gui.componenttree
Class RequiredServiceNode.ReqInfo
- java.lang.Object
- 
- jadex.base.gui.componenttree.RequiredServiceNode.ReqInfo
 
- 
- Enclosing class:
- RequiredServiceNode
 
 protected static class RequiredServiceNode.ReqInfo extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>>methodpropsjava.util.Map<java.lang.String,INFPropertyMetaInfo>servicepropsIServiceIdentifiersid
 - 
Constructor SummaryConstructors Constructor Description ReqInfo(IServiceIdentifier sid, java.util.Map<java.lang.String,INFPropertyMetaInfo> serviceprops, java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> methodprops)Create a new ReqInfo.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>>getMethodProperties()Get the methodProperties.IServiceIdentifiergetServiceIdentifier()Get the sid.java.util.Map<java.lang.String,INFPropertyMetaInfo>getServiceProperties()Get the serviceProperties.voidsetMethodProperties(java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> methodprops)Set the methodProperties.voidsetServiceIdentifier(IServiceIdentifier sid)Set the sid.voidsetServiceProperties(java.util.Map<java.lang.String,INFPropertyMetaInfo> serviceprops)Set the serviceProperties.
 
- 
- 
- 
Field Detail- 
sidpublic IServiceIdentifier sid 
 - 
servicepropspublic java.util.Map<java.lang.String,INFPropertyMetaInfo> serviceprops 
 - 
methodpropspublic java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> methodprops 
 
- 
 - 
Constructor Detail- 
ReqInfopublic ReqInfo(IServiceIdentifier sid, java.util.Map<java.lang.String,INFPropertyMetaInfo> serviceprops, java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> methodprops) Create a new ReqInfo.
 
- 
 - 
Method Detail- 
getServiceIdentifierpublic IServiceIdentifier getServiceIdentifier() Get the sid.- Returns:
- The sid.
 
 - 
setServiceIdentifierpublic void setServiceIdentifier(IServiceIdentifier sid) Set the sid.- Parameters:
- sid- The sid to set.
 
 - 
getServicePropertiespublic java.util.Map<java.lang.String,INFPropertyMetaInfo> getServiceProperties() Get the serviceProperties.- Returns:
- The serviceProperties.
 
 - 
setServicePropertiespublic void setServiceProperties(java.util.Map<java.lang.String,INFPropertyMetaInfo> serviceprops) Set the serviceProperties.- Parameters:
- serviceprops- The serviceProperties to set.
 
 - 
getMethodPropertiespublic java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> getMethodProperties() Get the methodProperties.- Returns:
- The methodProperties.
 
 - 
setMethodPropertiespublic void setMethodProperties(java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> methodprops) Set the methodProperties.- Parameters:
- methodprops- The methodProperties to set.
 
 
- 
 
-