Uses of Class
de.xima.fc.entities.ProjectTag
- 
Packages that use ProjectTag Package Description de.xima.fc.entities Package für Datenbankentitäten - 
- 
Uses of ProjectTag in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type ProjectTag Modifier and Type Method Description List<ProjectTag>Projekt. getTags()Methods in de.xima.fc.entities with parameters of type ProjectTag Modifier and Type Method Description voidProjekt. addTag(ProjectTag tag)voidProjekt. removeTag(ProjectTag tag)Method parameters in de.xima.fc.entities with type arguments of type ProjectTag Modifier and Type Method Description voidProjekt. setTags(List<ProjectTag> tags) 
 -