public class PlatformEntity extends DescribableEntity implements AbstractStaEntity, StaRelations.Locations<PlatformEntity>, HibernateRelations.HasDatasets, HibernateRelations.IsStaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DATASTREAMS |
static String |
PROPERTY_HISTORICAL_LOCATIONS |
static String |
PROPERTY_LOCATIONS |
static String |
PROPERTY_PROPERTIES |
PROPERTY_CODESPACE, PROPERTY_CODESPACE_NAME, PROPERTY_DESCRIPTION, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER, PROPERTY_IDENTIFIER_CODESPACE, PROPERTY_NAME, PROPERTY_NAME_CODESPACE, PROPERTY_SERVICE, PROPERTY_STA_IDENTIFIERPROPERTY_IDPROPERTY_DATASETSLOCALE_REGEXSTA_IDENTIFIERIDENTIFIERIDENTIFIER_CODESPACENAMENAME_CODESPACEDESCRIPTIONPARAMETERS| Constructor and Description |
|---|
PlatformEntity() |
| Modifier and Type | Method and Description |
|---|---|
PlatformEntity |
addHistoricalLocation(HistoricalLocationEntity historicalLocation) |
boolean |
equals(Object obj) |
Set<DatasetEntity> |
getDatasets() |
Set<DatastreamEntity> |
getDatastreams() |
Set<HistoricalLocationEntity> |
getHistoricalLocations() |
Set<LocationEntity> |
getLocations() |
Set<ParameterEntity<?>> |
getParameters() |
String |
getProperties() |
boolean |
hasDatastreams() |
int |
hashCode() |
boolean |
hasHistoricalLocations() |
boolean |
hasParameters() |
boolean |
hasProperties() |
boolean |
isProcessed() |
void |
setDatasets(Set<DatasetEntity> datasets) |
PlatformEntity |
setDatastreams(Set<DatastreamEntity> datastreams) |
PlatformEntity |
setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocations) |
PlatformEntity |
setLocations(Set<LocationEntity> locations) |
void |
setParameters(Set<ParameterEntity<?>> parameters) |
AbstractStaEntity |
setProcessed(boolean processsed) |
PlatformEntity |
setProperties(String properties) |
getDescription, getIdentifier, getIdentifierCodespace, getName, getNameCodespace, getService, getStaIdentifier, getTranslations, setDescription, setIdentifier, setIdentifierCodespace, setName, setNameCodespace, setService, setStaIdentifier, setTranslations, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddLocationEntity, hasLocationEntitieshasDatasetsgetCountryCode, getDescriptionI18n, getLabelFrom, getMappedParameters, getMatchingLocale, getNameI18n, getTranslation, hasService, hasTranslations, isDomainAvailable, isi18nNameAvailable, isNameAvailable, noTranslationAvailableaddFragment, addHost, addPath, addPort, addValue, addValue, addValues, generateUUID, isSetStaIdentifier, processIdentifierForStagetDomain, isSetDomain, isSetIdentifier, setDomain, setIdentifierisSetIdentifierCodespaceisSetNameisSetNameCodespaceisSetDescriptiongetId, setIdpublic static final String PROPERTY_LOCATIONS
public static final String PROPERTY_PROPERTIES
public static final String PROPERTY_HISTORICAL_LOCATIONS
public static final String PROPERTY_DATASTREAMS
public PlatformEntity setProperties(String properties)
public String getProperties()
public boolean hasProperties()
public Set<ParameterEntity<?>> getParameters()
getParameters in interface HibernateRelations.HasParametersgetParameters in class DescribableEntitypublic void setParameters(Set<ParameterEntity<?>> parameters)
setParameters in interface HibernateRelations.HasParameterssetParameters in class DescribableEntitypublic boolean hasParameters()
hasParameters in interface HibernateRelations.HasParameterspublic Set<LocationEntity> getLocations()
getLocations in interface StaRelations.Locations<PlatformEntity>public PlatformEntity setLocations(Set<LocationEntity> locations)
setLocations in interface StaRelations.Locations<PlatformEntity>public Set<HistoricalLocationEntity> getHistoricalLocations()
public PlatformEntity setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocations)
public PlatformEntity addHistoricalLocation(HistoricalLocationEntity historicalLocation)
public Set<DatastreamEntity> getDatastreams()
public PlatformEntity setDatastreams(Set<DatastreamEntity> datastreams)
public boolean hasDatastreams()
public boolean hasHistoricalLocations()
public Set<DatasetEntity> getDatasets()
getDatasets in interface HibernateRelations.HasDatasetspublic void setDatasets(Set<DatasetEntity> datasets)
setDatasets in interface HibernateRelations.HasDatasetspublic boolean isProcessed()
isProcessed in interface AbstractStaEntitypublic AbstractStaEntity setProcessed(boolean processsed)
setProcessed in interface AbstractStaEntitypublic int hashCode()
hashCode in class DescribableEntitypublic boolean equals(Object obj)
equals in class DescribableEntityCopyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.