Package de.willuhn.jameica.hbci.server
Class HibiscusAddressImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
de.willuhn.datasource.db.AbstractDBObject
de.willuhn.jameica.hbci.server.AbstractHibiscusDBObject
de.willuhn.jameica.hbci.server.HibiscusAddressImpl
- All Implemented Interfaces:
de.willuhn.datasource.GenericObject,de.willuhn.datasource.rmi.Changeable,de.willuhn.datasource.rmi.DBObject,de.willuhn.datasource.rmi.Transactionable,Address,HibiscusAddress,HibiscusDBObject,Serializable,Remote
Implementierung einer Hibiscus-Adresse.
- See Also:
-
Field Summary
Fields inherited from class java.rmi.server.RemoteObject
ref -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBank()Liefert den Namen der Bank.getBic()Liefert die BIC.getBlz()Liefert die BLZ.getIban()Liefert die IBAN.Liefert einen Freitext mit der Kategorie.Liefert einen zusaetzlichen Kommentar fuer den Adressbuch-Eintrag.Liefert die Kontonummer.getName()Liefert den Namen.protected Stringprotected voidvoidSpeichert den Namen der Bank.voidSpeichert die BIC.voidSpeichert die BLZ des Empfaengers.voidSpeichert die IBAN.voidsetKategorie(String kategorie) Speichert die Kategorie.voidsetKommentar(String kommentar) Speichert einen zusaetzlichen Kommentar fuer den Adressbuch-Eintrag.voidsetKontonummer(String kontonummer) Speichert die Kontonummer des Empfaengers.voidSpeichert den Namen des Empfaengers.protected voidMethods inherited from class de.willuhn.jameica.hbci.server.AbstractHibiscusDBObject
delete, getMeta, setMeta, storeMethods inherited from class de.willuhn.datasource.db.AbstractDBObject
addDeleteListener, addStoreListener, clear, deleteCheck, equals, getAttribute, getAttributeNames, getAttributeType, getForeignObject, getID, getIDField, getInsertSQL, getList, getListQuery, getLoadQuery, getService, getUpdateSQL, hasChanged, hasChanged, init, insert, isNewObject, load, overwrite, removeDeleteListener, removeStoreListener, setAttribute, setID, setService, transactionBegin, transactionCommit, transactionRollbackMethods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObjectMethods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLogMethods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStubMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.willuhn.datasource.rmi.Changeable
clear, delete, isNewObject, overwrite, storeMethods inherited from interface de.willuhn.datasource.rmi.DBObject
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListenerMethods inherited from interface de.willuhn.datasource.GenericObject
getAttributeNames, getIDMethods inherited from interface de.willuhn.jameica.hbci.rmi.HibiscusDBObject
getMeta, setMetaMethods inherited from interface de.willuhn.datasource.rmi.Transactionable
transactionBegin, transactionCommit, transactionRollback
-
Constructor Details
-
HibiscusAddressImpl
- Throws:
RemoteException
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein classde.willuhn.datasource.db.AbstractDBObject- See Also:
-
getPrimaryAttribute
- Specified by:
getPrimaryAttributein interfacede.willuhn.datasource.rmi.DBObject- Specified by:
getPrimaryAttributein interfacede.willuhn.datasource.GenericObject- Specified by:
getPrimaryAttributein classde.willuhn.datasource.db.AbstractDBObject- Throws:
RemoteException- See Also:
-
insertCheck
protected void insertCheck() throws de.willuhn.util.ApplicationException- Overrides:
insertCheckin classde.willuhn.datasource.db.AbstractDBObject- Throws:
de.willuhn.util.ApplicationException- See Also:
-
updateCheck
protected void updateCheck() throws de.willuhn.util.ApplicationException- Overrides:
updateCheckin classde.willuhn.datasource.db.AbstractDBObject- Throws:
de.willuhn.util.ApplicationException- See Also:
-
getKontonummer
Description copied from interface:AddressLiefert die Kontonummer.- Specified by:
getKontonummerin interfaceAddress- Returns:
- Kontonummer.
- Throws:
RemoteException- See Also:
-
getBlz
Description copied from interface:AddressLiefert die BLZ.- Specified by:
getBlzin interfaceAddress- Returns:
- BLZ.
- Throws:
RemoteException- BUGZILLA 534- See Also:
-
getName
Description copied from interface:AddressLiefert den Namen.- Specified by:
getNamein interfaceAddress- Returns:
- Name.
- Throws:
RemoteException- See Also:
-
setKontonummer
Description copied from interface:HibiscusAddressSpeichert die Kontonummer des Empfaengers.- Specified by:
setKontonummerin interfaceHibiscusAddress- Parameters:
kontonummer- Kontonummer.- Throws:
RemoteException- See Also:
-
setBlz
Description copied from interface:HibiscusAddressSpeichert die BLZ des Empfaengers.- Specified by:
setBlzin interfaceHibiscusAddress- Parameters:
blz- BLZ.- Throws:
RemoteException- BUGZILLA 534- See Also:
-
setName
Description copied from interface:HibiscusAddressSpeichert den Namen des Empfaengers.- Specified by:
setNamein interfaceHibiscusAddress- Parameters:
name- Name.- Throws:
RemoteException- See Also:
-
getKommentar
Description copied from interface:AddressLiefert einen zusaetzlichen Kommentar fuer den Adressbuch-Eintrag.- Specified by:
getKommentarin interfaceAddress- Returns:
- Kommentar.
- Throws:
RemoteException- See Also:
-
setKommentar
Description copied from interface:HibiscusAddressSpeichert einen zusaetzlichen Kommentar fuer den Adressbuch-Eintrag.- Specified by:
setKommentarin interfaceHibiscusAddress- Parameters:
kommentar-- Throws:
RemoteException- See Also:
-
getBank
Description copied from interface:HibiscusAddressLiefert den Namen der Bank. Ist nur fuer auslaendische Banken sinnvoll, da HBCI4Java fuer deutsche Banken eine Mapping-Tabelle BLZ->Bankname mitbringt.- Specified by:
getBankin interfaceHibiscusAddress- Returns:
- Name der Bank.
- Throws:
RemoteException- See Also:
-
setBank
Description copied from interface:HibiscusAddressSpeichert den Namen der Bank. Ist nur fuer auslaendische Banken sinnvoll, da HBCI4Java fuer deutsche Banken eine Mapping-Tabelle BLZ->Bankname mitbringt.- Specified by:
setBankin interfaceHibiscusAddress- Parameters:
name- Name der Bank.- Throws:
RemoteException- See Also:
-
getBic
Description copied from interface:AddressLiefert die BIC.- Specified by:
getBicin interfaceAddress- Returns:
- die BIC.
- Throws:
RemoteException- See Also:
-
setBic
Description copied from interface:HibiscusAddressSpeichert die BIC.- Specified by:
setBicin interfaceHibiscusAddress- Parameters:
bic- die BIC.- Throws:
RemoteException- See Also:
-
getIban
Description copied from interface:AddressLiefert die IBAN.- Specified by:
getIbanin interfaceAddress- Returns:
- die IBAN.
- Throws:
RemoteException- See Also:
-
setIban
Description copied from interface:HibiscusAddressSpeichert die IBAN.- Specified by:
setIbanin interfaceHibiscusAddress- Parameters:
iban- die IBAN.- Throws:
RemoteException- See Also:
-
getKategorie
Description copied from interface:AddressLiefert einen Freitext mit der Kategorie.- Specified by:
getKategoriein interfaceAddress- Returns:
- Freitext mit der Kategorie.
- Throws:
RemoteException- See Also:
-
setKategorie
Description copied from interface:HibiscusAddressSpeichert die Kategorie.- Specified by:
setKategoriein interfaceHibiscusAddress- Parameters:
kategorie- die Kategorie.- Throws:
RemoteException- See Also:
-