|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectopBancaires.CompteAbstract
opBancaires.CompteCourant
public class CompteCourant
Constructor Summary | |
---|---|
CompteCourant(Client titulaire)
Constructeur. |
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.CompteAbstract |
---|
debiter, debiter, estDebitableDe, getHistoriqueOperations, getLastId, getLastIdOperation, getLibelle, getNewIdOperation, getNumId, getSolde, getTitulaire, setLibelle, setNumId, setSolde, toString, toStringOperations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompteCourant(Client titulaire)
titulaire
- Method Detail |
---|
public double crediter(double montant) throws OperationBancaireException
CompteAbstract
crediter
in class CompteAbstract
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 |