public abstract class AbstractWebAccountInformation extends java.lang.Object implements WebAccountInformation
| Modifier and Type | Field and Description |
|---|---|
protected de.willuhn.jameica.hbci.rmi.Konto |
konto
Das zugrundeliegende Konto
|
| Constructor and Description |
|---|
AbstractWebAccountInformation()
Standardkonstruktor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBic() |
java.lang.String |
getComment()
Gets the comment.
|
java.lang.String |
getIban() |
de.willuhn.jameica.hbci.rmi.Konto |
getKonto()
Gets the konto.
|
java.util.Date |
getLastTransactionDate()
Gets the last transaction date.
|
java.lang.String |
getLastTransactionDateAsString()
Letztes Umsatzdatum schön formatiert
|
java.lang.Double |
getSaldo()
Gets the saldo.
|
java.lang.Double |
getSaldoAvailable()
Gets the saldo available.
|
java.lang.String |
getSavePath()
Gets the save path.
|
protected abstract void |
saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor)
Hier werden die webseitenspezifischen Kontoinformationen verarbeitet.
|
void |
saveInformationInAccount(de.willuhn.util.ProgressMonitor monitor)
Speichert die Web-Kontoinformationen in das Konto.
|
void |
setBic(java.lang.String bic) |
void |
setComment(java.lang.String comment)
Sets the comment.
|
void |
setIban(java.lang.String iban) |
void |
setKonto(de.willuhn.jameica.hbci.rmi.Konto konto)
Sets the konto.
|
void |
setLastTransactionDate(java.util.Date lastTransactionDate)
Sets the last transaction date.
|
void |
setSaldo(java.lang.Double saldo)
Sets the saldo.
|
void |
setSaldoAvailable(java.lang.Double saldoAvailable)
Sets the saldo available.
|
void |
setSavePath(java.lang.String savePath)
Sets the save path.
|
public AbstractWebAccountInformation()
public java.lang.String getBic()
public java.lang.String getComment()
WebAccountInformationgetComment in interface WebAccountInformationpublic java.lang.String getIban()
public de.willuhn.jameica.hbci.rmi.Konto getKonto()
WebAccountInformationgetKonto in interface WebAccountInformationpublic java.util.Date getLastTransactionDate()
WebAccountInformationgetLastTransactionDate in interface WebAccountInformationpublic java.lang.String getLastTransactionDateAsString()
getLastTransactionDateAsString in interface WebAccountInformationpublic java.lang.Double getSaldo()
WebAccountInformationgetSaldo in interface WebAccountInformationpublic java.lang.Double getSaldoAvailable()
WebAccountInformationgetSaldoAvailable in interface WebAccountInformationpublic java.lang.String getSavePath()
WebAccountInformationgetSavePath in interface WebAccountInformationpublic void saveInformationInAccount(de.willuhn.util.ProgressMonitor monitor)
throws de.willuhn.util.ApplicationException
WebAccountInformationsaveInformationInAccount in interface WebAccountInformationmonitor - der ProgressMonitorde.willuhn.util.ApplicationException - the application exceptionWebAccountInformation.saveInformationInAccount(de.willuhn.util.ProgressMonitor)public void setBic(java.lang.String bic)
bic - the bic to setpublic void setComment(java.lang.String comment)
WebAccountInformationsetComment in interface WebAccountInformationcomment - the comment to setpublic void setIban(java.lang.String iban)
iban - the iban to setpublic void setKonto(de.willuhn.jameica.hbci.rmi.Konto konto)
WebAccountInformationsetKonto in interface WebAccountInformationkonto - the konto to setpublic void setLastTransactionDate(java.util.Date lastTransactionDate)
WebAccountInformationsetLastTransactionDate in interface WebAccountInformationlastTransactionDate - the lastTransactionDate to setpublic void setSaldo(java.lang.Double saldo)
WebAccountInformationsetSaldo in interface WebAccountInformationsaldo - the saldo to setpublic void setSaldoAvailable(java.lang.Double saldoAvailable)
WebAccountInformationsetSaldoAvailable in interface WebAccountInformationsaldoAvailable - the saldoAvailable to setpublic void setSavePath(java.lang.String savePath)
WebAccountInformationsetSavePath in interface WebAccountInformationsavePath - the savePath to setprotected abstract void saveBankSpecificInfo(de.willuhn.util.ProgressMonitor monitor)
throws de.willuhn.util.ApplicationException
monitor - de.willuhn.util.ApplicationException