Package de.frankmuenster.mahoe.web
Class MahoeKontoauszugPDF
java.lang.Object
de.frankmuenster.mahoe.web.MahoeKontoauszugPDF
A class that holds the Hibiscus KontoausZug together with the PDF as byte array.
- Author:
- Frank Münster
-
Constructor Summary
ConstructorsConstructorDescriptionMahoeKontoauszugPDF
(de.willuhn.jameica.hbci.rmi.Kontoauszug accountStatement, byte[] data) Create a new object with the account sheet and raw PDF data -
Method Summary
-
Constructor Details
-
MahoeKontoauszugPDF
public MahoeKontoauszugPDF(de.willuhn.jameica.hbci.rmi.Kontoauszug accountStatement, byte[] data) Create a new object with the account sheet and raw PDF data- Parameters:
accountStatement
-data
-
-
-
Method Details
-
getAccountStatement
public de.willuhn.jameica.hbci.rmi.Kontoauszug getAccountStatement()- Returns:
- the account
-
getData
public byte[] getData()- Returns:
- the data
-