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