Package de.willuhn.jameica.hbci.server
Class AddressbookHibiscusImpl.KontoAddress
java.lang.Object
de.willuhn.jameica.hbci.server.AddressbookHibiscusImpl.KontoAddress
- Enclosing class:
- AddressbookHibiscusImpl
Hilfsklasse, um ein Konto in ein Address-Interface zu packen
-
Method Details
-
getBlz
Description copied from interface:Address
Liefert die BLZ.- Specified by:
getBlz
in interfaceAddress
- Returns:
- BLZ.
- Throws:
RemoteException
- BUGZILLA 534- See Also:
-
getKommentar
Description copied from interface:Address
Liefert einen zusaetzlichen Kommentar fuer den Adressbuch-Eintrag.- Specified by:
getKommentar
in interfaceAddress
- Returns:
- Kommentar.
- Throws:
RemoteException
- See Also:
-
getKontonummer
Description copied from interface:Address
Liefert die Kontonummer.- Specified by:
getKontonummer
in interfaceAddress
- Returns:
- Kontonummer.
- Throws:
RemoteException
- See Also:
-
getName
Description copied from interface:Address
Liefert den Namen.- Specified by:
getName
in interfaceAddress
- Returns:
- Name.
- Throws:
RemoteException
- See Also:
-
getBic
Description copied from interface:Address
Liefert die BIC.- Specified by:
getBic
in interfaceAddress
- Returns:
- die BIC.
- Throws:
RemoteException
- See Also:
-
getIban
Description copied from interface:Address
Liefert die IBAN.- Specified by:
getIban
in interfaceAddress
- Returns:
- die IBAN.
- Throws:
RemoteException
- See Also:
-
getKategorie
Description copied from interface:Address
Liefert einen Freitext mit der Kategorie.- Specified by:
getKategorie
in interfaceAddress
- Returns:
- Freitext mit der Kategorie.
- Throws:
RemoteException
- See Also:
-