Uses of Class
org.n52.series.db.beans.sta.LocationEntity
-
Packages that use LocationEntity Package Description org.n52.series.db.beans org.n52.series.db.beans.parameter.location org.n52.series.db.beans.sta -
-
Uses of LocationEntity in org.n52.series.db.beans
Methods in org.n52.series.db.beans that return types with arguments of type LocationEntity Modifier and Type Method Description Set<LocationEntity>PlatformEntity. getLocations()Method parameters in org.n52.series.db.beans with type arguments of type LocationEntity Modifier and Type Method Description voidPlatformEntity. setLocations(Set<LocationEntity> locations) -
Uses of LocationEntity in org.n52.series.db.beans.parameter.location
Methods in org.n52.series.db.beans.parameter.location that return LocationEntity Modifier and Type Method Description LocationEntityLocationParameterEntity. getLocation()Methods in org.n52.series.db.beans.parameter.location with parameters of type LocationEntity Modifier and Type Method Description voidLocationParameterEntity. setLocation(LocationEntity location) -
Uses of LocationEntity in org.n52.series.db.beans.sta
Methods in org.n52.series.db.beans.sta that return LocationEntity Modifier and Type Method Description LocationEntityLocationEntity. addHistoricalLocation(HistoricalLocationEntity historicalLocationEntity)LocationEntityLocationEntity. setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocationEntities)LocationEntityLocationEntity. setLocation(String location)LocationEntityLocationEntity. setLocationEncoding(FormatEntity locationEncoding)LocationEntityLocationEntity. setPlatforms(Set<PlatformEntity> platformEntities)LocationEntityLocationEntity. setThings(Set<PlatformEntity> platformEntities)Deprecated.Methods in org.n52.series.db.beans.sta that return types with arguments of type LocationEntity Modifier and Type Method Description Set<LocationEntity>HistoricalLocationEntity. getLocations()Set<LocationEntity>StaRelations.HasLocations. getLocations()Methods in org.n52.series.db.beans.sta with parameters of type LocationEntity Modifier and Type Method Description default voidStaRelations.HasLocations. addLocationEntity(LocationEntity Location)Method parameters in org.n52.series.db.beans.sta with type arguments of type LocationEntity Modifier and Type Method Description voidHistoricalLocationEntity. setLocations(Set<LocationEntity> locationEntities)voidStaRelations.HasLocations. setLocations(Set<LocationEntity> Locations)
-