| Package | Description |
|---|---|
| org.nuiton.topia.it.legacy.topiatest |
| Modifier and Type | Field and Description |
|---|---|
protected List<Title> |
PersonneAbstract.title
Nom de l'attribut en BD : title
|
| Modifier and Type | Method and Description |
|---|---|
Title |
PersonneAbstract.getTitle(int index) |
Title |
Personne.getTitle(int index) |
static Title |
Title.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Title> |
PersonneAbstract.getTitle() |
List<Title> |
Personne.getTitle() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonneAbstract.addTitle(int index,
Title title) |
void |
Personne.addTitle(int index,
Title title) |
void |
PersonneAbstract.addTitle(Title title) |
void |
Personne.addTitle(Title title) |
boolean |
PersonneAbstract.containsTitle(Title title) |
boolean |
Personne.containsTitle(Title title) |
List<E> |
GeneratedPersonneTopiaDao.findAllContainsTitle(Title v)
Deprecated.
|
E |
GeneratedPersonneTopiaDao.findContainsTitle(Title v)
Deprecated.
|
TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedPersonneTopiaDao.forTitleContains(Title v) |
void |
PersonneAbstract.removeTitle(Title title) |
void |
Personne.removeTitle(Title title) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonneAbstract.addAllTitle(Iterable<Title> title) |
void |
Personne.addAllTitle(Iterable<Title> title) |
void |
PersonneAbstract.setTitle(List<Title> title) |
void |
Personne.setTitle(List<Title> title) |
Copyright © 2004–2019 CodeLutin. All rights reserved.