public class RelatedFeatureEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FEATURE |
static String |
SERVICE |
| Constructor and Description |
|---|
RelatedFeatureEntity() |
| Modifier and Type | Method and Description |
|---|---|
org.n52.series.db.beans.FeatureEntity |
getFeature() |
Set<org.n52.series.db.beans.OfferingEntity> |
getOfferings() |
long |
getRelatedFeatureId() |
Set<RelatedFeatureRoleEntity> |
getRelatedFeatureRoles() |
org.n52.series.db.beans.ServiceEntity |
getService() |
void |
setFeature(org.n52.series.db.beans.FeatureEntity feature) |
void |
setOfferings(Object offerings) |
void |
setRelatedFeatureId(long relatedFeatureId) |
void |
setRelatedFeatureRoles(Set<RelatedFeatureRoleEntity> relatedFeatureRoles) |
void |
setService(org.n52.series.db.beans.ServiceEntity service) |
public static final String FEATURE
public static final String SERVICE
public long getRelatedFeatureId()
public void setRelatedFeatureId(long relatedFeatureId)
public org.n52.series.db.beans.FeatureEntity getFeature()
public void setFeature(org.n52.series.db.beans.FeatureEntity feature)
public org.n52.series.db.beans.ServiceEntity getService()
public void setService(org.n52.series.db.beans.ServiceEntity service)
public Set<RelatedFeatureRoleEntity> getRelatedFeatureRoles()
public void setRelatedFeatureRoles(Set<RelatedFeatureRoleEntity> relatedFeatureRoles)
public Set<org.n52.series.db.beans.OfferingEntity> getOfferings()
public void setOfferings(Object offerings)
Copyright © 2015–2018 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.