Uses of Class
org.n52.series.db.beans.TagEntity
-
Packages that use TagEntity Package Description org.n52.series.db.beans -
-
Uses of TagEntity in org.n52.series.db.beans
Methods in org.n52.series.db.beans that return types with arguments of type TagEntity Modifier and Type Method Description Set<TagEntity>DatasetEntity. getTags()Set<TagEntity>HibernateRelations.HasTags. getTags()Method parameters in org.n52.series.db.beans with type arguments of type TagEntity Modifier and Type Method Description voidDatasetEntity. setTags(Set<TagEntity> tags)voidHibernateRelations.HasTags. setTags(Set<TagEntity> tags)
-