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.parameter.platform 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)PlatformEntityAbstractDatasetEntity. getPlatform()PlatformEntityHibernateRelations.HasPlatform. getPlatform()default PlatformEntityHibernateRelations.HasThing. getThing()Deprecated.PlatformEntityPlatformEntity. setAssessmentType(AssessmentTypeEntity type)PlatformEntityPlatformEntity. setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocations)PlatformEntityPlatformEntity. setNetwork(NetworkEntity network)Methods in org.n52.series.db.beans with parameters of type PlatformEntity Modifier and Type Method Description voidAbstractDatasetEntity. setPlatform(PlatformEntity platform)voidHibernateRelations.HasPlatform. setPlatform(PlatformEntity platform)default voidHibernateRelations.HasThing. setThing(PlatformEntity thing)Deprecated. -
Uses of PlatformEntity in org.n52.series.db.beans.parameter.platform
Methods in org.n52.series.db.beans.parameter.platform that return PlatformEntity Modifier and Type Method Description PlatformEntityPlatformParameterEntity. getPlatform()Methods in org.n52.series.db.beans.parameter.platform with parameters of type PlatformEntity Modifier and Type Method Description voidPlatformParameterEntity. 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 PlatformEntityHistoricalLocationEntity. getPlatform()Methods in org.n52.series.db.beans.sta that return types with arguments of type PlatformEntity Modifier and Type Method Description Set<PlatformEntity>LocationEntity. getPlatforms()Set<PlatformEntity>LocationEntity. getThings()Deprecated.Methods in org.n52.series.db.beans.sta with parameters of type PlatformEntity Modifier and Type Method Description voidHistoricalLocationEntity. setPlatform(PlatformEntity platformEntity)Method parameters in org.n52.series.db.beans.sta with type arguments of type PlatformEntity Modifier and Type Method Description LocationEntityLocationEntity. setPlatforms(Set<PlatformEntity> platformEntities)LocationEntityLocationEntity. setThings(Set<PlatformEntity> platformEntities)Deprecated.
-