Uses of Class
org.nuiton.topiatest.Title
| Package | Description |
|---|---|
| org.nuiton.topiatest |
-
Uses of Title in org.nuiton.topiatest
Fields in org.nuiton.topiatest declared as Title Modifier and Type Field Description Title[]PersonneDTO. titleFields in org.nuiton.topiatest with type parameters of type Title Modifier and Type Field Description protected java.util.Collection<Title>PersonneAbstract. titleNom de l'attribut en BD : titleMethods in org.nuiton.topiatest that return Title Modifier and Type Method Description Title[]PersonneDTO. getTitle()static TitleTitle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Title[]Title. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.topiatest that return types with arguments of type Title Modifier and Type Method Description java.util.Collection<Title>Personne. getTitle()java.util.Collection<Title>PersonneAbstract. getTitle()Methods in org.nuiton.topiatest with parameters of type Title Modifier and Type Method Description voidPersonne. addTitle(Title title)voidPersonneAbstract. addTitle(Title title)java.util.List<E>PersonneDAOAbstract. findAllContainsTitle(Title v)EPersonneDAOAbstract. findContainsTitle(Title v)voidPersonne. removeTitle(Title title)voidPersonneAbstract. removeTitle(Title title)voidPersonneDTO. setTitle(Title[] values)Method parameters in org.nuiton.topiatest with type arguments of type Title Modifier and Type Method Description voidPersonne. addAllTitle(java.util.Collection<Title> title)voidPersonneAbstract. addAllTitle(java.util.Collection<Title> title)voidPersonne. setTitle(java.util.Collection<Title> title)voidPersonneAbstract. setTitle(java.util.Collection<Title> title)