![]() |
GrOOm
0.2
BTS SNIR LaSalle Avignon 2020
|
Fonctions membres publiques | |
String | getFonction () |
int | getId () |
String | getNom () |
String | getPrenom () |
Occupant () | |
Occupant (String nom, String prenom, String fonction) | |
void | setFonction (String fonction) |
void | setId (int id) |
void | setNom (String nom) |
void | setPrenom (String prenom) |
Attributs privés | |
String | fonction |
La fonction. Plus de détails... | |
int | id |
L'id. Plus de détails... | |
String | nom |
Le nom. Plus de détails... | |
String | prenom |
Le prénom. Plus de détails... | |
Définition à la ligne 5 du fichier Occupant.java.
com.example.groom.Occupant.Occupant | ( | ) |
Définition à la ligne 12 du fichier Occupant.java.
com.example.groom.Occupant.Occupant | ( | String | nom, |
String | prenom, | ||
String | fonction | ||
) |
Définition à la ligne 19 du fichier Occupant.java.
Références com.example.groom.Occupant.fonction, com.example.groom.Occupant.nom, et com.example.groom.Occupant.prenom.
String com.example.groom.Occupant.getFonction | ( | ) |
Définition à la ligne 86 du fichier Occupant.java.
Références com.example.groom.Occupant.fonction.
Référencé par com.example.groom.IHMConnexion.initialiserRetraitOccupant(), et com.example.groom.Occupants.modifier().
int com.example.groom.Occupant.getId | ( | ) |
Définition à la ligne 26 du fichier Occupant.java.
Références com.example.groom.Occupant.id.
Référencé par com.example.groom.IHMConnexion.initialiserRetraitOccupant().
String com.example.groom.Occupant.getNom | ( | ) |
Définition à la ligne 42 du fichier Occupant.java.
Références com.example.groom.Occupant.nom.
Référencé par com.example.groom.IHMConnexion.initialiserRetraitOccupant(), com.example.groom.Occupants.modifier(), et com.example.groom.IHMGroom.onCreate().
String com.example.groom.Occupant.getPrenom | ( | ) |
Définition à la ligne 64 du fichier Occupant.java.
Références com.example.groom.Occupant.prenom.
Référencé par com.example.groom.IHMConnexion.initialiserRetraitOccupant(), com.example.groom.Occupants.modifier(), et com.example.groom.IHMGroom.onCreate().
void com.example.groom.Occupant.setFonction | ( | String | fonction | ) |
Définition à la ligne 97 du fichier Occupant.java.
Références com.example.groom.Occupant.fonction.
Référencé par com.example.groom.Occupants.cursorToServeur().
void com.example.groom.Occupant.setId | ( | int | id | ) |
Définition à la ligne 31 du fichier Occupant.java.
Références com.example.groom.Occupant.id.
Référencé par com.example.groom.Occupants.cursorToServeur().
void com.example.groom.Occupant.setNom | ( | String | nom | ) |
Définition à la ligne 53 du fichier Occupant.java.
Références com.example.groom.Occupant.nom.
Référencé par com.example.groom.Occupants.cursorToServeur().
void com.example.groom.Occupant.setPrenom | ( | String | prenom | ) |
Définition à la ligne 75 du fichier Occupant.java.
Références com.example.groom.Occupant.prenom.
Référencé par com.example.groom.Occupants.cursorToServeur().
|
private |
La fonction.
Définition à la ligne 10 du fichier Occupant.java.
Référencé par com.example.groom.Occupant.getFonction(), com.example.groom.Occupant.Occupant(), et com.example.groom.Occupant.setFonction().
|
private |
L'id.
Définition à la ligne 7 du fichier Occupant.java.
Référencé par com.example.groom.Occupant.getId(), et com.example.groom.Occupant.setId().
|
private |
Le nom.
Définition à la ligne 8 du fichier Occupant.java.
Référencé par com.example.groom.Occupant.getNom(), com.example.groom.Occupant.Occupant(), et com.example.groom.Occupant.setNom().
|
private |
Le prénom.
Définition à la ligne 9 du fichier Occupant.java.
Référencé par com.example.groom.Occupant.getPrenom(), com.example.groom.Occupant.Occupant(), et com.example.groom.Occupant.setPrenom().