Class ServiceInfo
- java.lang.Object
-
- org.gcube.data.analysis.dataminermanagercl.shared.service.ServiceInfo
-
- All Implemented Interfaces:
Serializable
public class ServiceInfo extends Object implements Serializable
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceInfo()ServiceInfo(String serviceAddress, ArrayList<ServiceInfoData> serviceProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServiceAddress()ArrayList<ServiceInfoData>getServiceProperties()voidsetServiceAddress(String serviceAddress)voidsetServiceProperties(ArrayList<ServiceInfoData> serviceProperties)StringtoString()
-
-
-
Constructor Detail
-
ServiceInfo
public ServiceInfo()
-
ServiceInfo
public ServiceInfo(String serviceAddress, ArrayList<ServiceInfoData> serviceProperties)
-
-
Method Detail
-
getServiceAddress
public String getServiceAddress()
-
setServiceAddress
public void setServiceAddress(String serviceAddress)
-
getServiceProperties
public ArrayList<ServiceInfoData> getServiceProperties()
-
setServiceProperties
public void setServiceProperties(ArrayList<ServiceInfoData> serviceProperties)
-
-