| Package | Description |
|---|---|
| org.nuiton.topiatest |
| Modifier and Type | Field and Description |
|---|---|
Title[] |
PersonneDTO.title |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Title> |
PersonneAbstract.title
Nom de l'attribut en BD : title
|
| Modifier and Type | Method and Description |
|---|---|
Title[] |
PersonneDTO.getTitle() |
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 |
|---|---|
Collection<Title> |
PersonneAbstract.getTitle() |
Collection<Title> |
Personne.getTitle() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonneAbstract.addTitle(Title title) |
void |
Personne.addTitle(Title title) |
List<E> |
PersonneDAOAbstract.findAllContainsTitle(Title v) |
E |
PersonneDAOAbstract.findContainsTitle(Title v) |
void |
PersonneAbstract.removeTitle(Title title) |
void |
Personne.removeTitle(Title title) |
void |
PersonneDTO.setTitle(Title[] values) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonneAbstract.addAllTitle(Collection<Title> title) |
void |
Personne.addAllTitle(Collection<Title> title) |
void |
PersonneAbstract.setTitle(Collection<Title> title) |
void |
Personne.setTitle(Collection<Title> title) |
Copyright © 2004–2017 CodeLutin. All rights reserved.