public class AccessPointFacetImpl extends org.gcube.informationsystem.model.impl.entities.FacetImpl implements AccessPointFacet
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.informationsystem.model.reference.properties.Property |
authorization |
protected String |
description |
protected URI |
endpoint |
protected String |
entryName |
protected String |
protocol |
additionalProperties, allowedAdditionalKeysAUTHORIZATION_PROPERTY, ENDPOINT_PROPERTY, NAME| Constructor and Description |
|---|
AccessPointFacetImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.informationsystem.model.reference.properties.Property |
getAuthorization() |
String |
getDescription()
A human-oriented text accompanying the access point
|
URI |
getEndpoint()
The URI which characterises the specific endpoint instance.
|
String |
getEntryName()
A distinguishing string to be used by clients to identify the access point of interest.
|
String |
getProtocol()
The high-level protocol used by the access point.
|
void |
setAuthorization(org.gcube.informationsystem.model.reference.properties.Property authorization) |
void |
setDescription(String description) |
void |
setEndpoint(URI endpoint) |
void |
setEntryName(String entryName) |
void |
setProtocol(String protocol) |
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertygetHeader, setHeader, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertyprotected String entryName
protected URI endpoint
protected String protocol
protected String description
protected org.gcube.informationsystem.model.reference.properties.Property authorization
public String getEntryName()
AccessPointFacetgetEntryName in interface AccessPointFacetpublic void setEntryName(String entryName)
setEntryName in interface AccessPointFacetpublic URI getEndpoint()
AccessPointFacetgetEndpoint in interface AccessPointFacetpublic void setEndpoint(URI endpoint)
setEndpoint in interface AccessPointFacetpublic String getProtocol()
AccessPointFacetgetProtocol in interface AccessPointFacetpublic void setProtocol(String protocol)
setProtocol in interface AccessPointFacetpublic String getDescription()
AccessPointFacetgetDescription in interface AccessPointFacetpublic void setDescription(String description)
setDescription in interface AccessPointFacetpublic org.gcube.informationsystem.model.reference.properties.Property getAuthorization()
getAuthorization in interface AccessPointFacetpublic void setAuthorization(org.gcube.informationsystem.model.reference.properties.Property authorization)
setAuthorization in interface AccessPointFacetCopyright © 2022. All Rights Reserved.