public class AccessPointFacetImpl extends org.gcube.informationsystem.impl.entity.FacetImpl implements AccessPointFacet
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.informationsystem.model.embedded.ValueSchema |
authorization |
protected String |
description |
protected URI |
endpoint |
protected String |
entryName |
protected List<org.gcube.informationsystem.model.embedded.ValueSchema> |
properties |
protected String |
protocol |
additionalProperties, allowedAdditionalKeysDESCRIPTION, ENDPOINT_PROPERTY, NAME, VERSION| Constructor and Description |
|---|
AccessPointFacetImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.informationsystem.model.embedded.ValueSchema |
getAuthorization() |
String |
getDescription() |
URI |
getEndpoint() |
String |
getEntryName() |
List<org.gcube.informationsystem.model.embedded.ValueSchema> |
getProperties() |
String |
getProtocol() |
void |
setAuthorization(org.gcube.informationsystem.model.embedded.ValueSchema authorization) |
void |
setDescription(String description) |
void |
setEndpoint(URI endpoint) |
void |
setEntryName(String entryName) |
void |
setProperties(List<org.gcube.informationsystem.model.embedded.ValueSchema> properties) |
void |
setProtocol(String protocol) |
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected String entryName
protected URI endpoint
protected String protocol
protected String description
protected org.gcube.informationsystem.model.embedded.ValueSchema authorization
protected List<org.gcube.informationsystem.model.embedded.ValueSchema> properties
public String getEntryName()
getEntryName in interface AccessPointFacetpublic void setEntryName(String entryName)
setEntryName in interface AccessPointFacetpublic URI getEndpoint()
getEndpoint in interface AccessPointFacetpublic void setEndpoint(URI endpoint)
setEndpoint in interface AccessPointFacetpublic String getProtocol()
getProtocol in interface AccessPointFacetpublic void setProtocol(String protocol)
setProtocol in interface AccessPointFacetpublic String getDescription()
getDescription in interface AccessPointFacetpublic void setDescription(String description)
setDescription in interface AccessPointFacetpublic org.gcube.informationsystem.model.embedded.ValueSchema getAuthorization()
getAuthorization in interface AccessPointFacetpublic void setAuthorization(org.gcube.informationsystem.model.embedded.ValueSchema authorization)
setAuthorization in interface AccessPointFacetpublic List<org.gcube.informationsystem.model.embedded.ValueSchema> getProperties()
getProperties in interface AccessPointFacetpublic void setProperties(List<org.gcube.informationsystem.model.embedded.ValueSchema> properties)
setProperties in interface AccessPointFacetCopyright © 2017. All Rights Reserved.