Class ServiceAccessPoint
java.lang.Object
org.gcube.portlets.user.uriresolvermanager.entity.ServiceAccessPoint
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Apr 29, 2015
-
Constructor Summary
ConstructorsConstructorDescriptionServiceAccessPoint(String entryName, String serviceUrl, List<ServiceParameter> serviceParameters) Constructor for ServiceAccessPoint. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntryName(String entryName) voidsetServiceParameters(List<ServiceParameter> serviceParameters) voidsetServiceUrl(String serviceUrl) toString()
-
Constructor Details
-
ServiceAccessPoint
public ServiceAccessPoint() -
ServiceAccessPoint
public ServiceAccessPoint(String entryName, String serviceUrl, List<ServiceParameter> serviceParameters) Constructor for ServiceAccessPoint.- Parameters:
entryName- the entry nameserviceUrl- the service URLserviceParameters- the list of service parameters
-
-
Method Details
-
getEntryName
- Returns:
- the entryName
-
getServiceUrl
- Returns:
- the serviceUrl
-
getServiceParameters
- Returns:
- the serviceParameters
-
setEntryName
- Parameters:
entryName- the entryName to set
-
setServiceUrl
- Parameters:
serviceUrl- the serviceUrl to set
-
setServiceParameters
- Parameters:
serviceParameters- the serviceParameters to set
-
toString
-