|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectopBancaires.CompteAbstract
opBancaires.CompteRemunereAbstract
opBancaires.CompteEpargne
public class CompteEpargne
Constructor Summary | |
---|---|
CompteEpargne(Client titulaire,
double plafond)
|
Method Summary | |
---|---|
double |
crediter(double montant)
Mise du montant spécifié au crédit du compte. |
double |
crediter(double montant,
Operation op)
Mise du montant spécifié au crédit du compte. |
Methods inherited from class opBancaires.CompteRemunereAbstract |
---|
getPlafond, getTaux, setPlafond, setTaux, toString |
Methods inherited from class opBancaires.CompteAbstract |
---|
debiter, debiter, estDebitableDe, getHistoriqueOperations, getLastId, getLastIdOperation, getLibelle, getNewIdOperation, getNumId, getSolde, getTitulaire, setLibelle, setNumId, setSolde, toStringOperations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompteEpargne(Client titulaire, double plafond)
titulaire
- Method Detail |
---|
public double crediter(double montant) throws OperationBancaireException
CompteAbstract
crediter
in class CompteRemunereAbstract
montant
- Le montant à créditer.
OperationBancaireException
public double crediter(double montant, Operation op) throws OperationBancaireException
CompteAbstract
crediter
in class CompteAbstract
OperationBancaireException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |