Class CoordinateSystemAxisEntity
- 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
-
- org.n52.series.db.beans.feature.gml.CoordinateSystemAxisEntity
-
- All Implemented Interfaces:
Serializable,Describable,HibernateRelations.HasDescription,HibernateRelations.HasDescriptionTranslation,HibernateRelations.HasId,HibernateRelations.HasIdentifier,HibernateRelations.HasIdentifierCodespace,HibernateRelations.HasName,HibernateRelations.HasNameCodespace,HibernateRelations.HasNameTranslation,HibernateRelations.HasParameters,HibernateRelations.HasRemarks,HibernateRelations.HasStaIdentifier,HibernateRelations.HasTranslations,IdentifierNameDescriptionEntity
public class CoordinateSystemAxisEntity extends ReferenceEntity implements HibernateRelations.HasRemarks
Hibernate entiity for the coordinateSystemAxis- 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 CoordinateSystemAxisEntity()
-
Method Summary
-
Methods inherited from class org.n52.series.db.beans.feature.ReferenceEntity
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType
-
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, getDescription, getIdentifier, getIdentifierCodespace, getName, getNameCodespace, getParameters, getService, getStaIdentifier, getTranslations, 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.HasRemarks
isSetRemarks
-
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
-
getRemarks
public String getRemarks()
- Specified by:
getRemarksin interfaceHibernateRelations.HasRemarks- Returns:
- the remarks
-
setRemarks
public void setRemarks(String remarks)
- Specified by:
setRemarksin interfaceHibernateRelations.HasRemarks- Parameters:
remarks- the remarks to set
-
getAxisAbbrev
public String getAxisAbbrev()
- Returns:
- the axisAbbrev
-
setAxisAbbrev
public void setAxisAbbrev(String axisAbbrev)
- Parameters:
axisAbbrev- the axisAbbrev to set
-
getCodespaceAxisAbbrev
public CodespaceEntity getCodespaceAxisAbbrev()
- Returns:
- the codespaceAxisAbbrev
-
setCodespaceAxisAbbrev
public void setCodespaceAxisAbbrev(CodespaceEntity codespaceAxisAbbrev)
- Parameters:
codespaceAxisAbbrev- the codespaceAxisAbbrev to set
-
isSetCodespaceAxisAbbrev
public boolean isSetCodespaceAxisAbbrev()
-
getAxisDirection
public String getAxisDirection()
- Returns:
- the axisDirection
-
setAxisDirection
public void setAxisDirection(String axisDirection)
- Parameters:
axisDirection- the axisDirection to set
-
getCodespaceAxisDirection
public CodespaceEntity getCodespaceAxisDirection()
- Returns:
- the codespaceAxisDirection
-
setCodespaceAxisDirection
public void setCodespaceAxisDirection(CodespaceEntity codespaceAxisDirection)
- Parameters:
codespaceAxisDirection- the codespaceAxisDirection to set
-
isSetCodespaceAxisDirection
public boolean isSetCodespaceAxisDirection()
-
getMinimumValue
public Double getMinimumValue()
- Returns:
- the minimumValue
-
setMinimumValue
public void setMinimumValue(double minimumValue)
- Parameters:
minimumValue- the minimumValue to set
-
isSetMinimumValue
public boolean isSetMinimumValue()
-
getMaximumValue
public Double getMaximumValue()
- Returns:
- the maximumValue
-
setMaximumValue
public void setMaximumValue(double maximumValue)
- Parameters:
maximumValue- the maximumValue to set
-
isSetMaximumValue
public boolean isSetMaximumValue()
-
getRangeMeaning
public String getRangeMeaning()
- Returns:
- the rangeMeaning
-
setRangeMeaning
public void setRangeMeaning(String rangeMeaning)
- Parameters:
rangeMeaning- the rangeMeaning to set
-
isSetRangeMeaning
public boolean isSetRangeMeaning()
-
getCodespaceRangeMeaning
public CodespaceEntity getCodespaceRangeMeaning()
- Returns:
- the rangeMeaningCodespaceEntity
-
setCodespaceRangeMeaning
public void setCodespaceRangeMeaning(CodespaceEntity codespaceRangeMeaning)
- Parameters:
codespaceRangeMeaning- the codespaceRangeMeaning to set
-
isSetCodespaceRangeMeaning
public boolean isSetCodespaceRangeMeaning()
-
getUom
public UnitEntity getUom()
- Returns:
- the uom
-
setUom
public void setUom(UnitEntity uom)
- Parameters:
uom- the uom to set
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescribableEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classDescribableEntity
-
-