Class EReportingSamplingPointEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.DescribableEntity
-
- org.n52.series.db.beans.ereporting.EReportingSamplingPointEntity
-
- All Implemented Interfaces:
Serializable,Describable,HiberanteEReportingRelations.HasAssessmentType,HiberanteEReportingRelations.HasNetwork,HiberanteEReportingRelations.HasStation,HibernateRelations.HasDescription,HibernateRelations.HasId,HibernateRelations.HasIdentifier,HibernateRelations.HasIdentifierCodespace,HibernateRelations.HasName,HibernateRelations.HasNameCodespace,HibernateRelations.HasParameters,HibernateRelations.HasStaIdentifier,IdentifierNameDescriptionEntity
public class EReportingSamplingPointEntity extends DescribableEntity implements HiberanteEReportingRelations.HasAssessmentType, HiberanteEReportingRelations.HasStation, HiberanteEReportingRelations.HasNetwork
Entity for AQD e-Reporting SamplingPoint- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.n52.series.db.beans.DescribableEntity
PROPERTY_CODESPACE, PROPERTY_CODESPACE_NAME, PROPERTY_DESCRIPTION, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER, PROPERTY_IDENTIFIER_CODESPACE, PROPERTY_NAME, PROPERTY_NAME_CODESPACE, PROPERTY_SERVICE, PROPERTY_STA_IDENTIFIER
-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
Fields inherited from interface org.n52.series.db.beans.Describable
LOCALE_REGEX
-
Fields inherited from interface org.n52.series.db.beans.ereporting.HiberanteEReportingRelations.HasAssessmentType
ASSESSMENTTYPE
-
Fields inherited from interface org.n52.series.db.beans.ereporting.HiberanteEReportingRelations.HasNetwork
NETWORK
-
Fields inherited from interface org.n52.series.db.beans.ereporting.HiberanteEReportingRelations.HasStation
STATION
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
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
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasNameCodespace
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
-
-
Constructor Summary
Constructors Constructor Description EReportingSamplingPointEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)EReportingAssessmentTypeEntitygetAssessmentType()EReportingNetworkEntitygetNetwork()EReportingStationEntitygetStation()inthashCode()booleanisSetAssessmentType()booleanisSetNetwork()booleanisSetStation()voidsetAssessmentType(EReportingAssessmentTypeEntity type)EReportingSamplingPointEntitysetNetwork(EReportingNetworkEntity network)EReportingSamplingPointEntitysetStation(EReportingStationEntity station)-
Methods inherited from class org.n52.series.db.beans.DescribableEntity
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, hasTranslations, 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
-
-
-
-
Method Detail
-
getAssessmentType
public EReportingAssessmentTypeEntity getAssessmentType()
- Specified by:
getAssessmentTypein interfaceHiberanteEReportingRelations.HasAssessmentType- Returns:
- the assessmentType
-
setAssessmentType
public void setAssessmentType(EReportingAssessmentTypeEntity type)
- Specified by:
setAssessmentTypein interfaceHiberanteEReportingRelations.HasAssessmentType- Parameters:
type- the assessmentType to set
-
isSetAssessmentType
public boolean isSetAssessmentType()
- Specified by:
isSetAssessmentTypein interfaceHiberanteEReportingRelations.HasAssessmentType
-
getNetwork
public EReportingNetworkEntity getNetwork()
- Specified by:
getNetworkin interfaceHiberanteEReportingRelations.HasNetwork- Returns:
- the network
-
setNetwork
public EReportingSamplingPointEntity setNetwork(EReportingNetworkEntity network)
- Specified by:
setNetworkin interfaceHiberanteEReportingRelations.HasNetwork- Parameters:
network- the network to set- Returns:
- this
-
isSetNetwork
public boolean isSetNetwork()
- Specified by:
isSetNetworkin interfaceHiberanteEReportingRelations.HasNetwork- Returns:
true, if network is not null
-
getStation
public EReportingStationEntity getStation()
- Specified by:
getStationin interfaceHiberanteEReportingRelations.HasStation- Returns:
- the station
-
setStation
public EReportingSamplingPointEntity setStation(EReportingStationEntity station)
- Specified by:
setStationin interfaceHiberanteEReportingRelations.HasStation- Parameters:
station- the station to set- Returns:
- this
-
isSetStation
public boolean isSetStation()
- Specified by:
isSetStationin interfaceHiberanteEReportingRelations.HasStation- Returns:
true, if station is not null
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescribableEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classDescribableEntity
-
-