Uses of Class
ch.hslu.exercises.sw08.ex3.BankAccount
Packages that use BankAccount
-
Uses of BankAccount in ch.hslu.exercises.sw08.ex3
Methods in ch.hslu.exercises.sw08.ex3 with parameters of type BankAccountModifier and TypeMethodDescriptionvoid
BankAccount.transfer
(BankAccount target, int amount) Überweist einen Betrag vom aktuellen Bankkonto an ein Ziel-Bankkonto.Constructors in ch.hslu.exercises.sw08.ex3 with parameters of type BankAccountModifierConstructorDescriptionAccountTask
(BankAccount source, BankAccount target, int amount) Erzeugt ein Bankauftrag für eine Überweisung von einem Bankkonto auf ein anderes Bankkonto.