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 Summary
Fields Modifier and Type Field Description java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>>
methodprops
java.util.Map<java.lang.String,INFPropertyMetaInfo>
serviceprops
IServiceIdentifier
sid
-
Constructor Summary
Constructors 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 Summary
All 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.IServiceIdentifier
getServiceIdentifier()
Get the sid.java.util.Map<java.lang.String,INFPropertyMetaInfo>
getServiceProperties()
Get the serviceProperties.void
setMethodProperties(java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> methodprops)
Set the methodProperties.void
setServiceIdentifier(IServiceIdentifier sid)
Set the sid.void
setServiceProperties(java.util.Map<java.lang.String,INFPropertyMetaInfo> serviceprops)
Set the serviceProperties.
-
-
-
Field Detail
-
sid
public IServiceIdentifier sid
-
serviceprops
public java.util.Map<java.lang.String,INFPropertyMetaInfo> serviceprops
-
methodprops
public java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> methodprops
-
-
Constructor Detail
-
ReqInfo
public 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
-
getServiceIdentifier
public IServiceIdentifier getServiceIdentifier()
Get the sid.- Returns:
- The sid.
-
setServiceIdentifier
public void setServiceIdentifier(IServiceIdentifier sid)
Set the sid.- Parameters:
sid
- The sid to set.
-
getServiceProperties
public java.util.Map<java.lang.String,INFPropertyMetaInfo> getServiceProperties()
Get the serviceProperties.- Returns:
- The serviceProperties.
-
setServiceProperties
public void setServiceProperties(java.util.Map<java.lang.String,INFPropertyMetaInfo> serviceprops)
Set the serviceProperties.- Parameters:
serviceprops
- The serviceProperties to set.
-
getMethodProperties
public java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> getMethodProperties()
Get the methodProperties.- Returns:
- The methodProperties.
-
setMethodProperties
public void setMethodProperties(java.util.Map<MethodInfo,java.util.Map<java.lang.String,INFPropertyMetaInfo>> methodprops)
Set the methodProperties.- Parameters:
methodprops
- The methodProperties to set.
-
-