Package de.willuhn.jameica.hbci.io.print
Class AbstractPrintSupportSepaTransfer<T extends BaseUeberweisung>
- java.lang.Object
-
- de.willuhn.jameica.hbci.io.print.AbstractPrintSupport
-
- de.willuhn.jameica.hbci.io.print.AbstractPrintSupportSepaTransfer<T>
-
- Type Parameters:
T
- der konkrete Typ des SEPA-Auftrages.
- All Implemented Interfaces:
de.willuhn.jameica.print.PrintSupport
- Direct Known Subclasses:
PrintSupportAuslandsUeberweisung
,PrintSupportSepaLastschrift
public abstract class AbstractPrintSupportSepaTransfer<T extends BaseUeberweisung> extends AbstractPrintSupport
Abstrakter Druck-Support fuer einzelne SEPA-Ueberweisungen und -Lastschriften.
-
-
Constructor Summary
Constructors Constructor Description AbstractPrintSupportSepaTransfer(T a)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
getTransfer()
Liefert den Auftrag.-
Methods inherited from class de.willuhn.jameica.hbci.io.print.AbstractPrintSupport
print
-
-