Package org.n52.series.db.beans.feature
Class ReferenceEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.DescribableEntity
-
- org.n52.series.db.beans.feature.NilReasonEntity
-
- org.n52.series.db.beans.feature.ReferenceEntity
-
- All Implemented Interfaces:
Serializable,Describable,HibernateRelations.HasDescription,HibernateRelations.HasDescriptionTranslation,HibernateRelations.HasId,HibernateRelations.HasIdentifier,HibernateRelations.HasIdentifierCodespace,HibernateRelations.HasName,HibernateRelations.HasNameCodespace,HibernateRelations.HasNameTranslation,HibernateRelations.HasParameters,HibernateRelations.HasStaIdentifier,HibernateRelations.HasTranslations,IdentifierNameDescriptionEntity
- Direct Known Subclasses:
AbstractCiEntity,CoordinateSystemAxisEntity,DomainOfValidityEntity,VerticalCRSEntity,VerticalCSEntity,VerticalDatumEntity
public abstract class ReferenceEntity extends NilReasonEntity
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.n52.series.db.beans.DescribableEntity
PROPERTY_CODESPACE, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER, PROPERTY_IDENTIFIER_CODESPACE, PROPERTY_SERVICE, PROPERTY_SERVICE_ID, PROPERTY_STA_IDENTIFIER
-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
DESCRIPTION, PROPERTY_DESCRIPTION
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifier
IDENTIFIER
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifierCodespace
IDENTIFIER_CODESPACE
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasName
NAME, PROPERTY_NAME
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasNameCodespace
NAME_CODESPACE, PROPERTY_CODESPACE_NAME, PROPERTY_NAME_CODESPACE
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasParameters
PARAMETERS
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasStaIdentifier
STA_IDENTIFIER
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasTranslations
LOCALE_REGEX, PROPERTY_TRANSLATIONS, TRANSLATIONS
-
-
Constructor Summary
Constructors Constructor Description ReferenceEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActuate()StringgetArcrole()StringgetHref()StringgetRemoteSchema()StringgetRole()StringgetShow()StringgetTitle()StringgetType()booleanisSetActuate()booleanisSetArcrole()booleanisSetHref()booleanisSetRemoteSchema()booleanisSetRole()booleanisSetShow()booleanisSetTitle()booleanisSetType()voidsetActuate(String actuate)voidsetArcrole(String arcrole)voidsetHref(String href)voidsetRemoteSchema(String remoteSchema)voidsetRole(String role)voidsetShow(String show)voidsetTitle(String title)voidsetType(String type)-
Methods inherited from class org.n52.series.db.beans.feature.NilReasonEntity
getNilReason, isSetNilReason, setNilReason
-
Methods inherited from class org.n52.series.db.beans.DescribableEntity
addParameter, addParameters, equals, getDescription, getIdentifier, getIdentifierCodespace, getName, getNameCodespace, getParameters, getService, getStaIdentifier, getTranslations, hashCode, setDescription, setIdentifier, setIdentifierCodespace, setName, setNameCodespace, setParameters, setService, setStaIdentifier, setTranslations, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.series.db.beans.Describable
getCountryCode, getDescriptionI18n, getLabelFrom, getMappedParameters, getMatchingLocale, getNameI18n, getTranslation, hasService, isDomainAvailable, isi18nNameAvailable, isNameAvailable, noTranslationAvailable
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
isSetDescription
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasId
getId, setId
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifier
getDomain, isSetDomain, isSetIdentifier, setDomain, setIdentifier
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifierCodespace
isSetIdentifierCodespace
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasName
isSetName
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasNameCodespace
isSetNameCodespace
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasParameters
hasParameters
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasStaIdentifier
addFragment, addHost, addPath, addPort, addValue, addValue, addValues, generateUUID, isSetStaIdentifier, processIdentifierForSta
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasTranslations
hasTranslations
-
-
-
-
Method Detail
-
getHref
public String getHref()
- Returns:
- the href
-
setHref
public void setHref(String href)
- Parameters:
href- the href to set
-
isSetHref
public boolean isSetHref()
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(String type)
- Parameters:
type- the type to set
-
isSetType
public boolean isSetType()
-
getRole
public String getRole()
- Returns:
- the role
-
setRole
public void setRole(String role)
- Parameters:
role- the role to set
-
isSetRole
public boolean isSetRole()
-
getArcrole
public String getArcrole()
- Returns:
- the arcrole
-
setArcrole
public void setArcrole(String arcrole)
- Parameters:
arcrole- the arcrole to set
-
isSetArcrole
public boolean isSetArcrole()
-
getTitle
public String getTitle()
- Returns:
- the title
-
setTitle
public void setTitle(String title)
- Parameters:
title- the title to set
-
isSetTitle
public boolean isSetTitle()
-
getShow
public String getShow()
- Returns:
- the show
-
setShow
public void setShow(String show)
- Parameters:
show- the show to set
-
isSetShow
public boolean isSetShow()
-
getActuate
public String getActuate()
- Returns:
- the actuate
-
setActuate
public void setActuate(String actuate)
- Parameters:
actuate- the actuate to set
-
isSetActuate
public boolean isSetActuate()
-
getRemoteSchema
public String getRemoteSchema()
- Returns:
- the remoteSchema
-
setRemoteSchema
public void setRemoteSchema(String remoteSchema)
- Parameters:
remoteSchema- the remoteSchema to set
-
isSetRemoteSchema
public boolean isSetRemoteSchema()
-
-