|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eteks.outils.Societe
public class Societe
Constructor Summary | |
---|---|
Societe()
|
|
Societe(java.lang.String nom,
int capital)
|
Method Summary | |
---|---|
void |
ajouter(Employe employe)
|
int |
getCapital()
|
java.util.List<Employe> |
getEmployes()
|
java.lang.String |
getNom()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Societe()
public Societe(java.lang.String nom, int capital)
Method Detail |
---|
public java.lang.String getNom()
public int getCapital()
public void ajouter(Employe employe)
public java.util.List<Employe> getEmployes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |