Class UmsatzFormat

  • All Implemented Interfaces:
    Format<Umsatz>

    public class UmsatzFormat
    extends java.lang.Object
    implements Format<Umsatz>
    Implementierung des CSV-Formats fuer den Import von Kontoauszuegen.
    • Constructor Summary

      Constructors 
      Constructor Description
      UmsatzFormat()  
    • Constructor Detail

      • UmsatzFormat

        public UmsatzFormat()
    • Method Detail

      • getDefaultProfile

        public Profile getDefaultProfile()
        Description copied from interface: Format
        Liefert das Default-Profil fuer den Import.
        Specified by:
        getDefaultProfile in interface Format<Umsatz>
        Returns:
        das Default-Profil.
      • getType

        public java.lang.Class<Umsatz> getType()
        Description copied from interface: Format
        Liefert den Typ des Fachobjektes, der mit diesem Format importiert werden kann.
        Specified by:
        getType in interface Format<Umsatz>
        Returns:
        Typ des Fachobjektes.
      • getImportListener

        public ImportListener getImportListener()
        Description copied from interface: Format
        Liefert einen optionalen Import-Listener.
        Specified by:
        getImportListener in interface Format<Umsatz>
        Returns:
        optionaler Import-Listener.