| Package | Description |
|---|---|
| com.evasion.ejb.remote | |
| com.evasion.entity |
| Modifier and Type | Method and Description |
|---|---|
Long |
PersonManagerRemote.saveIndividual(Long id,
Civilite civ,
String nom,
String prenom,
Date naissance,
String email)
Creer ou suavegarde un individu.
|
| Modifier and Type | Method and Description |
|---|---|
Civilite |
Individual.getTitre()
Getter du titre de civilite.
|
static Civilite |
Civilite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Civilite[] |
Civilite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Individual.setTitre(Civilite titre)
Setter du titre de civilite.
|
| Constructor and Description |
|---|
Individual(String e,
Civilite civ,
String n,
String p,
Date date)
Constructeur avance.
|
Copyright © 2012. All Rights Reserved.