Package org.n52.series.db.beans.feature
Class MonitoringPointContent
- java.lang.Object
-
- org.n52.series.db.beans.feature.MonitoringPointContent
-
public class MonitoringPointContent extends Object
-
-
Constructor Summary
Constructors Constructor Description MonitoringPointContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAllRelatedParty(Collection<ResponsiblePartyEntity> rp)voidaddAllVerticalDatum(Collection<VerticalDatumEntity> vd)voidaddRelatedParty(ResponsiblePartyEntity rp)voidaddVerticalDatum(VerticalDatumEntity vd)Collection<ResponsiblePartyEntity>getRelatedParty()Collection<VerticalDatumEntity>getVerticalDatum()booleanhasRelatedParties()booleanhasVerticalDatum()voidsetRelatedParty(Collection<ResponsiblePartyEntity> relatedParties)voidsetVerticalDatum(Collection<VerticalDatumEntity> verticalDatum)
-
-
-
Method Detail
-
getRelatedParty
public Collection<ResponsiblePartyEntity> getRelatedParty()
-
setRelatedParty
public void setRelatedParty(Collection<ResponsiblePartyEntity> relatedParties)
-
addAllRelatedParty
public void addAllRelatedParty(Collection<ResponsiblePartyEntity> rp)
-
addRelatedParty
public void addRelatedParty(ResponsiblePartyEntity rp)
-
hasRelatedParties
public boolean hasRelatedParties()
-
getVerticalDatum
public Collection<VerticalDatumEntity> getVerticalDatum()
-
setVerticalDatum
public void setVerticalDatum(Collection<VerticalDatumEntity> verticalDatum)
-
addAllVerticalDatum
public void addAllVerticalDatum(Collection<VerticalDatumEntity> vd)
-
addVerticalDatum
public void addVerticalDatum(VerticalDatumEntity vd)
-
hasVerticalDatum
public boolean hasVerticalDatum()
-
-