public class Societe
extends java.lang.Object
| Constructor and Description |
|---|
Societe() |
Societe(java.lang.String nom,
int capital) |
| Modifier and Type | Method and Description |
|---|---|
void |
ajouter(Employe employe) |
int |
getCapital() |
java.util.List<Employe> |
getEmployes() |
java.lang.String |
getNom() |