Address
, java.rmi.Remote
public class AddressbookHibiscusImpl.KontoAddress extends java.lang.Object implements Address
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.
|
public java.lang.String getBlz() throws java.rmi.RemoteException
Address
getBlz
in interface Address
java.rmi.RemoteException
- BUGZILLA 534Address.getBlz()
public java.lang.String getKommentar() throws java.rmi.RemoteException
Address
getKommentar
in interface Address
java.rmi.RemoteException
Address.getKommentar()
public java.lang.String getKontonummer() throws java.rmi.RemoteException
Address
getKontonummer
in interface Address
java.rmi.RemoteException
Address.getKontonummer()
public java.lang.String getName() throws java.rmi.RemoteException
Address
getName
in interface Address
java.rmi.RemoteException
Address.getName()
public java.lang.String getBic() throws java.rmi.RemoteException
Address
getBic
in interface Address
java.rmi.RemoteException
Address.getBic()
public java.lang.String getIban() throws java.rmi.RemoteException
Address
getIban
in interface Address
java.rmi.RemoteException
Address.getIban()
public java.lang.String getKategorie() throws java.rmi.RemoteException
Address
getKategorie
in interface Address
java.rmi.RemoteException
Address.getKategorie()