de.willuhn.datasource.GenericObject, de.willuhn.datasource.rmi.Changeable, de.willuhn.datasource.rmi.DBObject, de.willuhn.datasource.rmi.Transactionable, Address, HibiscusAddress, HibiscusDBObject, java.io.Serializable, java.rmi.Remotepublic class HibiscusAddressImpl extends AbstractHibiscusDBObject implements HibiscusAddress
| Constructor | Description |
|---|---|
HibiscusAddressImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getBank() |
Liefert den Namen der Bank.
|
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.
|
java.lang.String |
getPrimaryAttribute() |
|
protected java.lang.String |
getTableName() |
|
protected void |
insertCheck() |
|
void |
setBank(java.lang.String name) |
Speichert den Namen der Bank.
|
void |
setBic(java.lang.String bic) |
Speichert die BIC.
|
void |
setBlz(java.lang.String blz) |
Speichert die BLZ des Empfaengers.
|
void |
setIban(java.lang.String iban) |
Speichert die IBAN.
|
void |
setKategorie(java.lang.String kategorie) |
Speichert die Kategorie.
|
void |
setKommentar(java.lang.String kommentar) |
Speichert einen zusaetzlichen Kommentar fuer den Adressbuch-Eintrag.
|
void |
setKontonummer(java.lang.String kontonummer) |
Speichert die Kontonummer des Empfaengers.
|
void |
setName(java.lang.String name) |
Speichert den Namen des Empfaengers.
|
protected void |
updateCheck() |
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, transactionRollbackdelete, getMeta, setMeta, storeclear, delete, isNewObject, overwrite, storeaddDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListenergetMeta, setMetafinalize, getClass, notify, notifyAll, wait, wait, waitequals, getRef, hashCode, toString, toStubpublic HibiscusAddressImpl()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionprotected java.lang.String getTableName()
getTableName in class de.willuhn.datasource.db.AbstractDBObjectAbstractDBObject.getTableName()public java.lang.String getPrimaryAttribute()
throws java.rmi.RemoteException
getPrimaryAttribute in interface de.willuhn.datasource.rmi.DBObjectgetPrimaryAttribute in interface de.willuhn.datasource.GenericObjectgetPrimaryAttribute in class de.willuhn.datasource.db.AbstractDBObjectjava.rmi.RemoteExceptionGenericObject.getPrimaryAttribute()protected void insertCheck()
throws de.willuhn.util.ApplicationException
insertCheck in class de.willuhn.datasource.db.AbstractDBObjectde.willuhn.util.ApplicationExceptionAbstractDBObject.insertCheck()protected void updateCheck()
throws de.willuhn.util.ApplicationException
updateCheck in class de.willuhn.datasource.db.AbstractDBObjectde.willuhn.util.ApplicationExceptionAbstractDBObject.updateCheck()public java.lang.String getKontonummer()
throws java.rmi.RemoteException
AddressgetKontonummer in interface Addressjava.rmi.RemoteExceptionAddress.getKontonummer()public java.lang.String getBlz()
throws java.rmi.RemoteException
AddressgetBlz in interface Addressjava.rmi.RemoteException - BUGZILLA 534Address.getBlz()public java.lang.String getName()
throws java.rmi.RemoteException
AddressgetName in interface Addressjava.rmi.RemoteExceptionAddress.getName()public void setKontonummer(java.lang.String kontonummer)
throws java.rmi.RemoteException
HibiscusAddresssetKontonummer in interface HibiscusAddresskontonummer - Kontonummer.java.rmi.RemoteExceptionHibiscusAddress.setKontonummer(java.lang.String)public void setBlz(java.lang.String blz)
throws java.rmi.RemoteException
HibiscusAddresssetBlz in interface HibiscusAddressblz - BLZ.java.rmi.RemoteException - BUGZILLA 534HibiscusAddress.setBlz(java.lang.String)public void setName(java.lang.String name)
throws java.rmi.RemoteException
HibiscusAddresssetName in interface HibiscusAddressname - Name.java.rmi.RemoteExceptionHibiscusAddress.setName(java.lang.String)public java.lang.String getKommentar()
throws java.rmi.RemoteException
AddressgetKommentar in interface Addressjava.rmi.RemoteExceptionAddress.getKommentar()public void setKommentar(java.lang.String kommentar)
throws java.rmi.RemoteException
HibiscusAddresssetKommentar in interface HibiscusAddressjava.rmi.RemoteExceptionHibiscusAddress.setKommentar(java.lang.String)public java.lang.String getBank()
throws java.rmi.RemoteException
HibiscusAddressgetBank in interface HibiscusAddressjava.rmi.RemoteExceptionHibiscusAddress.getBank()public void setBank(java.lang.String name)
throws java.rmi.RemoteException
HibiscusAddresssetBank in interface HibiscusAddressname - Name der Bank.java.rmi.RemoteExceptionHibiscusAddress.setBank(java.lang.String)public java.lang.String getBic()
throws java.rmi.RemoteException
AddressgetBic in interface Addressjava.rmi.RemoteExceptionAddress.getBic()public void setBic(java.lang.String bic)
throws java.rmi.RemoteException
HibiscusAddresssetBic in interface HibiscusAddressbic - die BIC.java.rmi.RemoteExceptionHibiscusAddress.setBic(java.lang.String)public java.lang.String getIban()
throws java.rmi.RemoteException
AddressgetIban in interface Addressjava.rmi.RemoteExceptionAddress.getIban()public void setIban(java.lang.String iban)
throws java.rmi.RemoteException
HibiscusAddresssetIban in interface HibiscusAddressiban - die IBAN.java.rmi.RemoteExceptionHibiscusAddress.setIban(java.lang.String)public java.lang.String getKategorie()
throws java.rmi.RemoteException
AddressgetKategorie in interface Addressjava.rmi.RemoteExceptionAddress.getKategorie()public void setKategorie(java.lang.String kategorie)
throws java.rmi.RemoteException
HibiscusAddresssetKategorie in interface HibiscusAddresskategorie - die Kategorie.java.rmi.RemoteExceptionHibiscusAddress.setKategorie(java.lang.String)