Package de.willuhn.jameica.hbci.server
Class AddressbookHibiscusImpl.KontoAddress
- java.lang.Object
-
- de.willuhn.jameica.hbci.server.AddressbookHibiscusImpl.KontoAddress
-
- All Implemented Interfaces:
Address
,java.rmi.Remote
- Enclosing class:
- AddressbookHibiscusImpl
public class AddressbookHibiscusImpl.KontoAddress extends java.lang.Object implements Address
Hilfsklasse, um ein Konto in ein Address-Interface zu packen
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBic()
Liefert die BIC.java.lang.String
getBlz()
Liefert die BLZ.java.lang.String
getIban()
Liefert die IBAN.java.lang.String
getKategorie()
Liefert einen Freitext mit der Kategorie.java.lang.String
getKommentar()
Liefert einen zusaetzlichen Kommentar fuer den Adressbuch-Eintrag.java.lang.String
getKontonummer()
Liefert die Kontonummer.java.lang.String
getName()
Liefert den Namen.
-
-
-
Method Detail
-
getBlz
public java.lang.String getBlz() throws java.rmi.RemoteException
Description copied from interface:Address
Liefert die BLZ.- Specified by:
getBlz
in interfaceAddress
- Returns:
- BLZ.
- Throws:
java.rmi.RemoteException
- BUGZILLA 534- See Also:
Address.getBlz()
-
getKommentar
public java.lang.String getKommentar() throws java.rmi.RemoteException
Description copied from interface:Address
Liefert einen zusaetzlichen Kommentar fuer den Adressbuch-Eintrag.- Specified by:
getKommentar
in interfaceAddress
- Returns:
- Kommentar.
- Throws:
java.rmi.RemoteException
- See Also:
Address.getKommentar()
-
getKontonummer
public java.lang.String getKontonummer() throws java.rmi.RemoteException
Description copied from interface:Address
Liefert die Kontonummer.- Specified by:
getKontonummer
in interfaceAddress
- Returns:
- Kontonummer.
- Throws:
java.rmi.RemoteException
- See Also:
Address.getKontonummer()
-
getName
public java.lang.String getName() throws java.rmi.RemoteException
Description copied from interface:Address
Liefert den Namen.- Specified by:
getName
in interfaceAddress
- Returns:
- Name.
- Throws:
java.rmi.RemoteException
- See Also:
Address.getName()
-
getBic
public java.lang.String getBic() throws java.rmi.RemoteException
Description copied from interface:Address
Liefert die BIC.- Specified by:
getBic
in interfaceAddress
- Returns:
- die BIC.
- Throws:
java.rmi.RemoteException
- See Also:
Address.getBic()
-
getIban
public java.lang.String getIban() throws java.rmi.RemoteException
Description copied from interface:Address
Liefert die IBAN.- Specified by:
getIban
in interfaceAddress
- Returns:
- die IBAN.
- Throws:
java.rmi.RemoteException
- See Also:
Address.getIban()
-
getKategorie
public java.lang.String getKategorie() throws java.rmi.RemoteException
Description copied from interface:Address
Liefert einen Freitext mit der Kategorie.- Specified by:
getKategorie
in interfaceAddress
- Returns:
- Freitext mit der Kategorie.
- Throws:
java.rmi.RemoteException
- See Also:
Address.getKategorie()
-
-