Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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 Detail

      • getAccountStatement

        public de.willuhn.jameica.hbci.rmi.Kontoauszug getAccountStatement()
        Returns:
        the account
      • getData

        public byte[] getData()
        Returns:
        the data