Uses of Class
org.n52.series.db.beans.sta.HistoricalLocationEntity
-
Packages that use HistoricalLocationEntity Package Description org.n52.series.db.beans org.n52.series.db.beans.sta -
-
Uses of HistoricalLocationEntity in org.n52.series.db.beans
Methods in org.n52.series.db.beans that return types with arguments of type HistoricalLocationEntity Modifier and Type Method Description Set<HistoricalLocationEntity>PlatformEntity. getHistoricalLocations()Methods in org.n52.series.db.beans with parameters of type HistoricalLocationEntity Modifier and Type Method Description PlatformEntityPlatformEntity. addHistoricalLocation(HistoricalLocationEntity historicalLocation)Method parameters in org.n52.series.db.beans with type arguments of type HistoricalLocationEntity Modifier and Type Method Description PlatformEntityPlatformEntity. setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocations) -
Uses of HistoricalLocationEntity in org.n52.series.db.beans.sta
Methods in org.n52.series.db.beans.sta that return HistoricalLocationEntity Modifier and Type Method Description HistoricalLocationEntityHistoricalLocationEntity. setTime(Date time)Methods in org.n52.series.db.beans.sta that return types with arguments of type HistoricalLocationEntity Modifier and Type Method Description Set<HistoricalLocationEntity>LocationEntity. getHistoricalLocations()Methods in org.n52.series.db.beans.sta with parameters of type HistoricalLocationEntity Modifier and Type Method Description LocationEntityLocationEntity. addHistoricalLocation(HistoricalLocationEntity historicalLocationEntity)Method parameters in org.n52.series.db.beans.sta with type arguments of type HistoricalLocationEntity Modifier and Type Method Description LocationEntityLocationEntity. setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocationEntities)
-