public abstract class DescribableEntity extends IdEntity implements Describable, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CODESPACE |
static String |
PROPERTY_CODESPACE_NAME |
static String |
PROPERTY_DESCRIPTION |
static String |
PROPERTY_DOMAIN_ID |
static String |
PROPERTY_IDENTIFIER |
static String |
PROPERTY_IDENTIFIER_CODESPACE |
static String |
PROPERTY_NAME |
static String |
PROPERTY_NAME_CODESPACE |
static String |
PROPERTY_SERVICE |
static String |
PROPERTY_STA_IDENTIFIER |
PROPERTY_IDLOCALE_REGEXSTA_IDENTIFIERIDENTIFIERIDENTIFIER_CODESPACENAMENAME_CODESPACEDESCRIPTIONPARAMETERS| Constructor and Description |
|---|
DescribableEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getIdentifier() |
CodespaceEntity |
getIdentifierCodespace() |
String |
getName() |
CodespaceEntity |
getNameCodespace() |
Set<ParameterEntity<?>> |
getParameters() |
ServiceEntity |
getService() |
String |
getStaIdentifier() |
Set<I18nEntity<? extends Describable>> |
getTranslations() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setIdentifier(String identifier,
boolean staSupportsUrls) |
void |
setIdentifierCodespace(CodespaceEntity identifierCodespace) |
void |
setName(String name) |
void |
setNameCodespace(CodespaceEntity nameCodespace) |
void |
setParameters(Set<ParameterEntity<?>> parameters) |
DescribableEntity |
setService(ServiceEntity service) |
void |
setStaIdentifier(String staIdentifier) |
void |
setTranslations(Set<I18nEntity<? extends Describable>> translations) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCountryCode, 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, setIdhasParameterspublic static final String PROPERTY_IDENTIFIER
public static final String PROPERTY_STA_IDENTIFIER
public static final String PROPERTY_IDENTIFIER_CODESPACE
public static final String PROPERTY_NAME
public static final String PROPERTY_NAME_CODESPACE
public static final String PROPERTY_DESCRIPTION
public static final String PROPERTY_SERVICE
public static final String PROPERTY_DOMAIN_ID
public static final String PROPERTY_CODESPACE
public static final String PROPERTY_CODESPACE_NAME
public String getIdentifier()
getIdentifier in interface HibernateRelations.HasIdentifierpublic void setIdentifier(String identifier, boolean staSupportsUrls)
setIdentifier in interface HibernateRelations.HasIdentifierpublic String getStaIdentifier()
getStaIdentifier in interface HibernateRelations.HasStaIdentifierpublic void setStaIdentifier(String staIdentifier)
setStaIdentifier in interface HibernateRelations.HasStaIdentifierpublic CodespaceEntity getIdentifierCodespace()
getIdentifierCodespace in interface HibernateRelations.HasIdentifierCodespacepublic void setIdentifierCodespace(CodespaceEntity identifierCodespace)
setIdentifierCodespace in interface HibernateRelations.HasIdentifierCodespacepublic String getName()
getName in interface HibernateRelations.HasNamepublic void setName(String name)
setName in interface HibernateRelations.HasNamepublic CodespaceEntity getNameCodespace()
getNameCodespace in interface HibernateRelations.HasNameCodespacepublic void setNameCodespace(CodespaceEntity nameCodespace)
setNameCodespace in interface HibernateRelations.HasNameCodespacepublic String getDescription()
getDescription in interface HibernateRelations.HasDescriptionpublic void setDescription(String description)
setDescription in interface HibernateRelations.HasDescriptionpublic Set<I18nEntity<? extends Describable>> getTranslations()
getTranslations in interface Describablepublic void setTranslations(Set<I18nEntity<? extends Describable>> translations)
setTranslations in interface Describablepublic Set<ParameterEntity<?>> getParameters()
getParameters in interface HibernateRelations.HasParameterspublic void setParameters(Set<ParameterEntity<?>> parameters)
setParameters in interface HibernateRelations.HasParameterspublic ServiceEntity getService()
getService in interface Describablepublic DescribableEntity setService(ServiceEntity service)
setService in interface DescribableCopyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.