Uses of Class
org.kapott.hbci.swift.DTAUS.Transaction
-
Packages that use DTAUS.Transaction Package Description org.kapott.hbci.swift Dieses Paket enthält Hilfsklassen für die Arbeit mit bankinternen Datenformaten. -
-
Uses of DTAUS.Transaction in org.kapott.hbci.swift
Fields in org.kapott.hbci.swift with type parameters of type DTAUS.Transaction Modifier and Type Field Description private java.util.ArrayList<DTAUS.Transaction>
DTAUS. entries
Methods in org.kapott.hbci.swift that return types with arguments of type DTAUS.Transaction Modifier and Type Method Description java.util.ArrayList<DTAUS.Transaction>
DTAUS. getEntries()
TODO: doku fehltMethods in org.kapott.hbci.swift with parameters of type DTAUS.Transaction Modifier and Type Method Description void
DTAUS. addEntry(DTAUS.Transaction entry)
Hinzufügen eines einzelnen Auftrages zu diesem Sammelauftrag.
-