Uses of Class
org.n52.series.db.beans.feature.gmd.ResponsiblePartyEntity
-
Packages that use ResponsiblePartyEntity Package Description org.n52.series.db.beans.feature -
-
Uses of ResponsiblePartyEntity in org.n52.series.db.beans.feature
Methods in org.n52.series.db.beans.feature that return types with arguments of type ResponsiblePartyEntity Modifier and Type Method Description Collection<ResponsiblePartyEntity>AbstractMonitoringFeature. getRelatedParty()Collection<ResponsiblePartyEntity>MonitoringPointContent. getRelatedParty()Methods in org.n52.series.db.beans.feature with parameters of type ResponsiblePartyEntity Modifier and Type Method Description AbstractMonitoringFeatureAbstractMonitoringFeature. addRelatedParty(ResponsiblePartyEntity relatedParty)voidMonitoringPointContent. addRelatedParty(ResponsiblePartyEntity rp)Method parameters in org.n52.series.db.beans.feature with type arguments of type ResponsiblePartyEntity Modifier and Type Method Description voidMonitoringPointContent. addAllRelatedParty(Collection<ResponsiblePartyEntity> rp)AbstractMonitoringFeatureAbstractMonitoringFeature. addRelatedParty(Collection<ResponsiblePartyEntity> relatedParty)AbstractMonitoringFeatureAbstractMonitoringFeature. setRelatedParty(Collection<ResponsiblePartyEntity> relatedParty)voidMonitoringPointContent. setRelatedParty(Collection<ResponsiblePartyEntity> relatedParties)
-