Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
I
M
R
S
T
V
A
applicaInteresse()
- Method in class
Interesse
metodo per applicare l'interesse al conto corrente
C
ContoCorrente
- Class in
<Unnamed>
Classe che ha lo scopo di gestire il conto corrente
ContoCorrente()
- Constructor for class
ContoCorrente
Costruttore che inizializza il contocorrente con saldo pari a 0
ContoCorrente(double)
- Constructor for class
ContoCorrente
Costruttore che inizializza il contocorrente con un determinato saldo
G
getSaldo()
- Method in class
ContoCorrente
metodo per effettuare l'estratto conto
I
Interesse
- Class in
<Unnamed>
Classe per la gestione di un cono corrente con la gestione di interessi
Interesse(double)
- Constructor for class
Interesse
costruttore che inizializza un nuovo conto corrente con saldo pari a 0 e un certo tasso di interesse
Interesse(double, double)
- Constructor for class
Interesse
costruttore che inizializza il contocorrente con un certo saldo iniziale e tesso di interesse
M
Main
- Class in
<Unnamed>
Main()
- Constructor for class
Main
main(String[])
- Static method in class
Main
R
reset()
- Method in class
ContoCorrente
metodo per azzerare il saldo del conto corrente
ritira(double)
- Method in class
ContoCorrente
metodo per effettuare un prelievo
S
saldo
- Variable in class
ContoCorrente
Attributo di istanza che tiene traccia del saldo attuale
T
tassoDiInteresse
- Variable in class
Interesse
tesso di interesse applicabile al conto corrente
V
versa(double)
- Method in class
ContoCorrente
metodo per effettuare un versamento
A
C
G
I
M
R
S
T
V
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes