/* Options: Date: 2026-05-09 21:03:16 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws4.fibudata.net //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: OnlinehandelAbrechnungUebersichtRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/fibuscan/Onlinehandel/AbrechnungUebersicht", Verbs="GET, POST") public static class OnlinehandelAbrechnungUebersichtRequest implements IReturn { private static Object responseType = OnlinehandelAbrechnungUebersichtResponse.class; public Object getResponseType() { return responseType; } } public static class OnlinehandelAbrechnungUebersichtResponse { public ArrayList Liste = null; public ArrayList getListe() { return Liste; } public OnlinehandelAbrechnungUebersichtResponse setListe(ArrayList value) { this.Liste = value; return this; } } public static class onlinehandel_abrechnung extends onlinehandel_abrechnung_light { public byte[] geparste_results_keys = null; public byte[] geparste_results_values = null; public byte[] getGeparsteResultsKeys() { return geparste_results_keys; } public onlinehandel_abrechnung setGeparsteResultsKeys(byte[] value) { this.geparste_results_keys = value; return this; } public byte[] getGeparsteResultsValues() { return geparste_results_values; } public onlinehandel_abrechnung setGeparsteResultsValues(byte[] value) { this.geparste_results_values = value; return this; } } public static interface IPrimaryKey { public Long PrimaryKey = null; } public static interface IMandnr { public Long mandant = null; } public static interface IDel { public Long del = null; } public static interface ITableBase { public Long id = null; public Date _erstellt = null; public Date _aenderung = null; } public static class onlinehandel_abrechnung_light implements IPrimaryKey, IMandnr, IDel, ITableBase { public Long id = null; public Long mandant = null; public Long del = null; public String bezeichnung = null; public String guid = null; public String parent_guid = null; public Date _erstellt = null; public Date _aenderung = null; public Long nutzer_id = null; public Long in_arbeit = null; public String ausgewaehlte_treffertypen = null; public String ausgewaehlte_zahlsysteme = null; public String zip_dateiname = null; public Date exportdatum = null; @Ignore() public Long PrimaryKey = null; public Long getId() { return id; } public onlinehandel_abrechnung_light setId(Long value) { this.id = value; return this; } public Long getMandant() { return mandant; } public onlinehandel_abrechnung_light setMandant(Long value) { this.mandant = value; return this; } public Long getDel() { return del; } public onlinehandel_abrechnung_light setDel(Long value) { this.del = value; return this; } public String getBezeichnung() { return bezeichnung; } public onlinehandel_abrechnung_light setBezeichnung(String value) { this.bezeichnung = value; return this; } public String getGuid() { return guid; } public onlinehandel_abrechnung_light setGuid(String value) { this.guid = value; return this; } public String getParentGuid() { return parent_guid; } public onlinehandel_abrechnung_light setParentGuid(String value) { this.parent_guid = value; return this; } public Date getErstellt() { return _erstellt; } public onlinehandel_abrechnung_light setErstellt(Date value) { this._erstellt = value; return this; } public Date getAenderung() { return _aenderung; } public onlinehandel_abrechnung_light setAenderung(Date value) { this._aenderung = value; return this; } public Long getNutzerId() { return nutzer_id; } public onlinehandel_abrechnung_light setNutzerId(Long value) { this.nutzer_id = value; return this; } public Long getInArbeit() { return in_arbeit; } public onlinehandel_abrechnung_light setInArbeit(Long value) { this.in_arbeit = value; return this; } public String getAusgewaehlteTreffertypen() { return ausgewaehlte_treffertypen; } public onlinehandel_abrechnung_light setAusgewaehlteTreffertypen(String value) { this.ausgewaehlte_treffertypen = value; return this; } public String getAusgewaehlteZahlsysteme() { return ausgewaehlte_zahlsysteme; } public onlinehandel_abrechnung_light setAusgewaehlteZahlsysteme(String value) { this.ausgewaehlte_zahlsysteme = value; return this; } public String getZipDateiname() { return zip_dateiname; } public onlinehandel_abrechnung_light setZipDateiname(String value) { this.zip_dateiname = value; return this; } public Date getExportdatum() { return exportdatum; } public onlinehandel_abrechnung_light setExportdatum(Date value) { this.exportdatum = value; return this; } public Long getPrimaryKey() { return PrimaryKey; } public onlinehandel_abrechnung_light setPrimaryKey(Long value) { this.PrimaryKey = value; return this; } } }