Address, java.rmi.Remotepublic 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
AddressgetBlz in interface Addressjava.rmi.RemoteException - BUGZILLA 534Address.getBlz()public java.lang.String getKommentar()
throws java.rmi.RemoteException
AddressgetKommentar in interface Addressjava.rmi.RemoteExceptionAddress.getKommentar()public java.lang.String getKontonummer()
throws java.rmi.RemoteException
AddressgetKontonummer in interface Addressjava.rmi.RemoteExceptionAddress.getKontonummer()public java.lang.String getName()
throws java.rmi.RemoteException
AddressgetName in interface Addressjava.rmi.RemoteExceptionAddress.getName()public java.lang.String getBic()
throws java.rmi.RemoteException
AddressgetBic in interface Addressjava.rmi.RemoteExceptionAddress.getBic()public java.lang.String getIban()
throws java.rmi.RemoteException
AddressgetIban in interface Addressjava.rmi.RemoteExceptionAddress.getIban()public java.lang.String getKategorie()
throws java.rmi.RemoteException
AddressgetKategorie in interface Addressjava.rmi.RemoteExceptionAddress.getKategorie()