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 void
Projekt. addTag(ProjectTag tag)
void
Projekt. removeTag(ProjectTag tag)
Method parameters in de.xima.fc.entities with type arguments of type ProjectTag Modifier and Type Method Description void
Projekt. setTags(List<ProjectTag> tags)
-