Uses of Class
org.n52.series.db.beans.PlatformEntity
-
Packages that use PlatformEntity Package Description org.n52.series.db.beans org.n52.series.db.beans.sta -
-
Uses of PlatformEntity in org.n52.series.db.beans
Methods in org.n52.series.db.beans that return PlatformEntity Modifier and Type Method Description PlatformEntityPlatformEntity. addHistoricalLocation(HistoricalLocationEntity historicalLocation)PlatformEntityDatasetEntity. getPlatform()PlatformEntityPlatformEntity. setDatastreams(Set<DatastreamEntity> datastreams)PlatformEntityPlatformEntity. setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocations)PlatformEntityPlatformEntity. setLocations(Set<LocationEntity> locations)PlatformEntityPlatformEntity. setProperties(String properties)Methods in org.n52.series.db.beans with parameters of type PlatformEntity Modifier and Type Method Description DatasetEntityDatasetEntity. setPlatform(PlatformEntity platform) -
Uses of PlatformEntity in org.n52.series.db.beans.sta
Methods in org.n52.series.db.beans.sta that return PlatformEntity Modifier and Type Method Description PlatformEntityDatastreamEntity. getThing()PlatformEntityHistoricalLocationEntity. getThing()Methods in org.n52.series.db.beans.sta that return types with arguments of type PlatformEntity Modifier and Type Method Description Set<PlatformEntity>LocationEntity. getThings()Methods in org.n52.series.db.beans.sta with parameters of type PlatformEntity Modifier and Type Method Description DatastreamEntityDatastreamEntity. setThing(PlatformEntity thing)HistoricalLocationEntityHistoricalLocationEntity. setThing(PlatformEntity thingEntity)Method parameters in org.n52.series.db.beans.sta with type arguments of type PlatformEntity Modifier and Type Method Description LocationEntityLocationEntity. setThings(Set<PlatformEntity> thingEntities)
-