/* Options: Date: 2025-08-04 04:16:01 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://szallitoiportal-be.veolia.hu //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: BrowseLastValidProcurement.* //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="/user/{userid}/lastvalidprocurement", Verbs="GET") public static class BrowseLastValidProcurement implements IReturn, IGet { public Integer UserId = null; public Integer getUserId() { return UserId; } public BrowseLastValidProcurement setUserId(Integer value) { this.UserId = value; return this; } private static Object responseType = BrowseProcurementResponse.class; public Object getResponseType() { return responseType; } } public static class BrowseProcurementResponse extends ResponseBase { public ProcurementDetails Procurement = null; public ProcurementDetails getProcurement() { return Procurement; } public BrowseProcurementResponse setProcurement(ProcurementDetails value) { this.Procurement = value; return this; } } public static interface IConcurrencyStamp { public String ConcurrencyStamp = null; } public static class ModifyLegalRepresentativeBase extends ModifyRequestBase { public Integer ProcurementId = null; public String Position = null; public String Name = null; public String Address = null; public Date BirthDate = null; public String Email = null; public Integer getProcurementId() { return ProcurementId; } public ModifyLegalRepresentativeBase setProcurementId(Integer value) { this.ProcurementId = value; return this; } public String getPosition() { return Position; } public ModifyLegalRepresentativeBase setPosition(String value) { this.Position = value; return this; } public String getName() { return Name; } public ModifyLegalRepresentativeBase setName(String value) { this.Name = value; return this; } public String getAddress() { return Address; } public ModifyLegalRepresentativeBase setAddress(String value) { this.Address = value; return this; } public Date getBirthDate() { return BirthDate; } public ModifyLegalRepresentativeBase setBirthDate(Date value) { this.BirthDate = value; return this; } public String getEmail() { return Email; } public ModifyLegalRepresentativeBase setEmail(String value) { this.Email = value; return this; } } public static class ModifyProcurementBase extends ModifyRequestBase { public Boolean IsGroupMember = null; public String GroupName = null; public String GroupShortName = null; public Integer CountryId = null; public String VatNumber = null; public String RegistrationNumber = null; public String Duns = null; public String Address = null; public String MainActivity = null; public Date EstablishedDate = null; public Integer Workforce = null; public String Website = null; public String SalesManagerName = null; public String SalesManagerPhone = null; public String SalesManagerEmail = null; public String CsrManagerName = null; public String CsrManagerPhone = null; public String CsrManagerEmail = null; public Integer AccountCountryId = null; public String BankName = null; public String AccountNumber = null; public String Iban = null; public String Swift = null; public Integer CurrencyId = null; public Integer WorkForceN1 = null; public Integer WorkForceN2 = null; public Integer WorkForceN3 = null; public Long SubscribedCapital = null; public Integer SubscribedCapitalCurrencyId = null; public Long RevenueN1 = null; public Long RevenueN2 = null; public Long RevenueN3 = null; public Long NetProfitN1 = null; public Long NetProfitN2 = null; public Long NetProfitN3 = null; public Long EquityN1 = null; public Long EquityN2 = null; public Long EquityN3 = null; public Long LiabilityN1 = null; public Long LiabilityN2 = null; public Long LiabilityN3 = null; public Long OperatingResultN1 = null; public Long OperatingResultN2 = null; public Long OperatingResultN3 = null; public String DBFailureScore = null; public Boolean IsAuditedAccount = null; public String IsAuditedAccountComment = null; public Boolean IsLiquidationProceedings = null; public String IsLiquidationProceedingsComment = null; public BigDecimal VeoliaAnnualRevenuesProportion = null; public Boolean IsAntiCorruptionDocument = null; public Boolean IsCorruptionRiskMap = null; public Boolean IsThirdPartiesEvaluatingSystem = null; public Boolean IsInternalRules = null; public Boolean IsHumanRights = null; public Boolean IsAntiCorruptionTraining = null; public Boolean IsAntiCorruptionReportSystem = null; public Boolean IsIso9001 = null; public Boolean IsEcoVadisScorecard = null; public Integer EcoVadisTotalScore = null; public Boolean IsReduceEmployeeSafetyRisk = null; public Boolean IsPromoteSocialIntegration = null; public Boolean IsNondiscriminationPolicy = null; public Boolean IsIso14001 = null; public Boolean IsIdentifiedMajorEnvironmentalImpacts = null; public Boolean IsUseWaterResources = null; public Boolean IsConsumptionOfRawMaterials = null; public Boolean IsEnergyConsumption = null; public Boolean IsGreenhouseGasEmissions = null; public Boolean IsAtmosphericEmissions = null; public Boolean IsAqueousPollution = null; public Boolean IsWasteGeneration = null; public Boolean IsNaturalAreasPollution = null; public Boolean IsPrivacyStatement = null; public Boolean IsVeoliaSupplierCharter = null; public Boolean IsVeoliaCoreStandards = null; public Boolean getIsGroupMember() { return IsGroupMember; } public ModifyProcurementBase setIsGroupMember(Boolean value) { this.IsGroupMember = value; return this; } public String getGroupName() { return GroupName; } public ModifyProcurementBase setGroupName(String value) { this.GroupName = value; return this; } public String getGroupShortName() { return GroupShortName; } public ModifyProcurementBase setGroupShortName(String value) { this.GroupShortName = value; return this; } public Integer getCountryId() { return CountryId; } public ModifyProcurementBase setCountryId(Integer value) { this.CountryId = value; return this; } public String getVatNumber() { return VatNumber; } public ModifyProcurementBase setVatNumber(String value) { this.VatNumber = value; return this; } public String getRegistrationNumber() { return RegistrationNumber; } public ModifyProcurementBase setRegistrationNumber(String value) { this.RegistrationNumber = value; return this; } public String getDuns() { return Duns; } public ModifyProcurementBase setDuns(String value) { this.Duns = value; return this; } public String getAddress() { return Address; } public ModifyProcurementBase setAddress(String value) { this.Address = value; return this; } public String getMainActivity() { return MainActivity; } public ModifyProcurementBase setMainActivity(String value) { this.MainActivity = value; return this; } public Date getEstablishedDate() { return EstablishedDate; } public ModifyProcurementBase setEstablishedDate(Date value) { this.EstablishedDate = value; return this; } public Integer getWorkforce() { return Workforce; } public ModifyProcurementBase setWorkforce(Integer value) { this.Workforce = value; return this; } public String getWebsite() { return Website; } public ModifyProcurementBase setWebsite(String value) { this.Website = value; return this; } public String getSalesManagerName() { return SalesManagerName; } public ModifyProcurementBase setSalesManagerName(String value) { this.SalesManagerName = value; return this; } public String getSalesManagerPhone() { return SalesManagerPhone; } public ModifyProcurementBase setSalesManagerPhone(String value) { this.SalesManagerPhone = value; return this; } public String getSalesManagerEmail() { return SalesManagerEmail; } public ModifyProcurementBase setSalesManagerEmail(String value) { this.SalesManagerEmail = value; return this; } public String getCsrManagerName() { return CsrManagerName; } public ModifyProcurementBase setCsrManagerName(String value) { this.CsrManagerName = value; return this; } public String getCsrManagerPhone() { return CsrManagerPhone; } public ModifyProcurementBase setCsrManagerPhone(String value) { this.CsrManagerPhone = value; return this; } public String getCsrManagerEmail() { return CsrManagerEmail; } public ModifyProcurementBase setCsrManagerEmail(String value) { this.CsrManagerEmail = value; return this; } public Integer getAccountCountryId() { return AccountCountryId; } public ModifyProcurementBase setAccountCountryId(Integer value) { this.AccountCountryId = value; return this; } public String getBankName() { return BankName; } public ModifyProcurementBase setBankName(String value) { this.BankName = value; return this; } public String getAccountNumber() { return AccountNumber; } public ModifyProcurementBase setAccountNumber(String value) { this.AccountNumber = value; return this; } public String getIban() { return Iban; } public ModifyProcurementBase setIban(String value) { this.Iban = value; return this; } public String getSwift() { return Swift; } public ModifyProcurementBase setSwift(String value) { this.Swift = value; return this; } public Integer getCurrencyId() { return CurrencyId; } public ModifyProcurementBase setCurrencyId(Integer value) { this.CurrencyId = value; return this; } public Integer getWorkForceN1() { return WorkForceN1; } public ModifyProcurementBase setWorkForceN1(Integer value) { this.WorkForceN1 = value; return this; } public Integer getWorkForceN2() { return WorkForceN2; } public ModifyProcurementBase setWorkForceN2(Integer value) { this.WorkForceN2 = value; return this; } public Integer getWorkForceN3() { return WorkForceN3; } public ModifyProcurementBase setWorkForceN3(Integer value) { this.WorkForceN3 = value; return this; } public Long getSubscribedCapital() { return SubscribedCapital; } public ModifyProcurementBase setSubscribedCapital(Long value) { this.SubscribedCapital = value; return this; } public Integer getSubscribedCapitalCurrencyId() { return SubscribedCapitalCurrencyId; } public ModifyProcurementBase setSubscribedCapitalCurrencyId(Integer value) { this.SubscribedCapitalCurrencyId = value; return this; } public Long getRevenueN1() { return RevenueN1; } public ModifyProcurementBase setRevenueN1(Long value) { this.RevenueN1 = value; return this; } public Long getRevenueN2() { return RevenueN2; } public ModifyProcurementBase setRevenueN2(Long value) { this.RevenueN2 = value; return this; } public Long getRevenueN3() { return RevenueN3; } public ModifyProcurementBase setRevenueN3(Long value) { this.RevenueN3 = value; return this; } public Long getNetProfitN1() { return NetProfitN1; } public ModifyProcurementBase setNetProfitN1(Long value) { this.NetProfitN1 = value; return this; } public Long getNetProfitN2() { return NetProfitN2; } public ModifyProcurementBase setNetProfitN2(Long value) { this.NetProfitN2 = value; return this; } public Long getNetProfitN3() { return NetProfitN3; } public ModifyProcurementBase setNetProfitN3(Long value) { this.NetProfitN3 = value; return this; } public Long getEquityN1() { return EquityN1; } public ModifyProcurementBase setEquityN1(Long value) { this.EquityN1 = value; return this; } public Long getEquityN2() { return EquityN2; } public ModifyProcurementBase setEquityN2(Long value) { this.EquityN2 = value; return this; } public Long getEquityN3() { return EquityN3; } public ModifyProcurementBase setEquityN3(Long value) { this.EquityN3 = value; return this; } public Long getLiabilityN1() { return LiabilityN1; } public ModifyProcurementBase setLiabilityN1(Long value) { this.LiabilityN1 = value; return this; } public Long getLiabilityN2() { return LiabilityN2; } public ModifyProcurementBase setLiabilityN2(Long value) { this.LiabilityN2 = value; return this; } public Long getLiabilityN3() { return LiabilityN3; } public ModifyProcurementBase setLiabilityN3(Long value) { this.LiabilityN3 = value; return this; } public Long getOperatingResultN1() { return OperatingResultN1; } public ModifyProcurementBase setOperatingResultN1(Long value) { this.OperatingResultN1 = value; return this; } public Long getOperatingResultN2() { return OperatingResultN2; } public ModifyProcurementBase setOperatingResultN2(Long value) { this.OperatingResultN2 = value; return this; } public Long getOperatingResultN3() { return OperatingResultN3; } public ModifyProcurementBase setOperatingResultN3(Long value) { this.OperatingResultN3 = value; return this; } public String getDbFailureScore() { return DBFailureScore; } public ModifyProcurementBase setDbFailureScore(String value) { this.DBFailureScore = value; return this; } public Boolean getIsAuditedAccount() { return IsAuditedAccount; } public ModifyProcurementBase setIsAuditedAccount(Boolean value) { this.IsAuditedAccount = value; return this; } public String getIsAuditedAccountComment() { return IsAuditedAccountComment; } public ModifyProcurementBase setIsAuditedAccountComment(String value) { this.IsAuditedAccountComment = value; return this; } public Boolean getIsLiquidationProceedings() { return IsLiquidationProceedings; } public ModifyProcurementBase setIsLiquidationProceedings(Boolean value) { this.IsLiquidationProceedings = value; return this; } public String getIsLiquidationProceedingsComment() { return IsLiquidationProceedingsComment; } public ModifyProcurementBase setIsLiquidationProceedingsComment(String value) { this.IsLiquidationProceedingsComment = value; return this; } public BigDecimal getVeoliaAnnualRevenuesProportion() { return VeoliaAnnualRevenuesProportion; } public ModifyProcurementBase setVeoliaAnnualRevenuesProportion(BigDecimal value) { this.VeoliaAnnualRevenuesProportion = value; return this; } public Boolean getIsAntiCorruptionDocument() { return IsAntiCorruptionDocument; } public ModifyProcurementBase setIsAntiCorruptionDocument(Boolean value) { this.IsAntiCorruptionDocument = value; return this; } public Boolean getIsCorruptionRiskMap() { return IsCorruptionRiskMap; } public ModifyProcurementBase setIsCorruptionRiskMap(Boolean value) { this.IsCorruptionRiskMap = value; return this; } public Boolean getIsThirdPartiesEvaluatingSystem() { return IsThirdPartiesEvaluatingSystem; } public ModifyProcurementBase setIsThirdPartiesEvaluatingSystem(Boolean value) { this.IsThirdPartiesEvaluatingSystem = value; return this; } public Boolean getIsInternalRules() { return IsInternalRules; } public ModifyProcurementBase setIsInternalRules(Boolean value) { this.IsInternalRules = value; return this; } public Boolean getIsHumanRights() { return IsHumanRights; } public ModifyProcurementBase setIsHumanRights(Boolean value) { this.IsHumanRights = value; return this; } public Boolean getIsAntiCorruptionTraining() { return IsAntiCorruptionTraining; } public ModifyProcurementBase setIsAntiCorruptionTraining(Boolean value) { this.IsAntiCorruptionTraining = value; return this; } public Boolean getIsAntiCorruptionReportSystem() { return IsAntiCorruptionReportSystem; } public ModifyProcurementBase setIsAntiCorruptionReportSystem(Boolean value) { this.IsAntiCorruptionReportSystem = value; return this; } public Boolean getIsIso9001() { return IsIso9001; } public ModifyProcurementBase setIsIso9001(Boolean value) { this.IsIso9001 = value; return this; } public Boolean getIsEcoVadisScorecard() { return IsEcoVadisScorecard; } public ModifyProcurementBase setIsEcoVadisScorecard(Boolean value) { this.IsEcoVadisScorecard = value; return this; } public Integer getEcoVadisTotalScore() { return EcoVadisTotalScore; } public ModifyProcurementBase setEcoVadisTotalScore(Integer value) { this.EcoVadisTotalScore = value; return this; } public Boolean getIsReduceEmployeeSafetyRisk() { return IsReduceEmployeeSafetyRisk; } public ModifyProcurementBase setIsReduceEmployeeSafetyRisk(Boolean value) { this.IsReduceEmployeeSafetyRisk = value; return this; } public Boolean getIsPromoteSocialIntegration() { return IsPromoteSocialIntegration; } public ModifyProcurementBase setIsPromoteSocialIntegration(Boolean value) { this.IsPromoteSocialIntegration = value; return this; } public Boolean getIsNondiscriminationPolicy() { return IsNondiscriminationPolicy; } public ModifyProcurementBase setIsNondiscriminationPolicy(Boolean value) { this.IsNondiscriminationPolicy = value; return this; } public Boolean getIsIso14001() { return IsIso14001; } public ModifyProcurementBase setIsIso14001(Boolean value) { this.IsIso14001 = value; return this; } public Boolean getIsIdentifiedMajorEnvironmentalImpacts() { return IsIdentifiedMajorEnvironmentalImpacts; } public ModifyProcurementBase setIsIdentifiedMajorEnvironmentalImpacts(Boolean value) { this.IsIdentifiedMajorEnvironmentalImpacts = value; return this; } public Boolean getIsUseWaterResources() { return IsUseWaterResources; } public ModifyProcurementBase setIsUseWaterResources(Boolean value) { this.IsUseWaterResources = value; return this; } public Boolean getIsConsumptionOfRawMaterials() { return IsConsumptionOfRawMaterials; } public ModifyProcurementBase setIsConsumptionOfRawMaterials(Boolean value) { this.IsConsumptionOfRawMaterials = value; return this; } public Boolean getIsEnergyConsumption() { return IsEnergyConsumption; } public ModifyProcurementBase setIsEnergyConsumption(Boolean value) { this.IsEnergyConsumption = value; return this; } public Boolean getIsGreenhouseGasEmissions() { return IsGreenhouseGasEmissions; } public ModifyProcurementBase setIsGreenhouseGasEmissions(Boolean value) { this.IsGreenhouseGasEmissions = value; return this; } public Boolean getIsAtmosphericEmissions() { return IsAtmosphericEmissions; } public ModifyProcurementBase setIsAtmosphericEmissions(Boolean value) { this.IsAtmosphericEmissions = value; return this; } public Boolean getIsAqueousPollution() { return IsAqueousPollution; } public ModifyProcurementBase setIsAqueousPollution(Boolean value) { this.IsAqueousPollution = value; return this; } public Boolean getIsWasteGeneration() { return IsWasteGeneration; } public ModifyProcurementBase setIsWasteGeneration(Boolean value) { this.IsWasteGeneration = value; return this; } public Boolean getIsNaturalAreasPollution() { return IsNaturalAreasPollution; } public ModifyProcurementBase setIsNaturalAreasPollution(Boolean value) { this.IsNaturalAreasPollution = value; return this; } public Boolean getIsPrivacyStatement() { return IsPrivacyStatement; } public ModifyProcurementBase setIsPrivacyStatement(Boolean value) { this.IsPrivacyStatement = value; return this; } public Boolean getIsVeoliaSupplierCharter() { return IsVeoliaSupplierCharter; } public ModifyProcurementBase setIsVeoliaSupplierCharter(Boolean value) { this.IsVeoliaSupplierCharter = value; return this; } public Boolean getIsVeoliaCoreStandards() { return IsVeoliaCoreStandards; } public ModifyProcurementBase setIsVeoliaCoreStandards(Boolean value) { this.IsVeoliaCoreStandards = value; return this; } } public static class ResponseBase { public ResponseStatus ResponseStatus = null; public ResponseStatus getResponseStatus() { return ResponseStatus; } public ResponseBase setResponseStatus(ResponseStatus value) { this.ResponseStatus = value; return this; } } public static class LegalRepresentativeDetails extends ModifyLegalRepresentativeBase { public Integer Id = null; public Integer getId() { return Id; } public LegalRepresentativeDetails setId(Integer value) { this.Id = value; return this; } } public static class ProcurementDetails extends ModifyProcurementBase { public Integer Id = null; public Double IndebtednessN1 = null; public Double IndebtednessN2 = null; public Double IndebtednessN3 = null; public Double SalesProportionateProfitN1 = null; public Double SalesProportionateProfitN2 = null; public Double SalesProportionateProfitN3 = null; public Double LiquidityRatioN1 = null; public Double LiquidityRatioN2 = null; public Double LiquidityRatioN3 = null; public Integer SubmittedById = null; public Date SubmissionDateTime = null; public Boolean IsSubmitted = null; public ArrayList LegalRepresentatives = null; public Integer getId() { return Id; } public ProcurementDetails setId(Integer value) { this.Id = value; return this; } public Double getIndebtednessN1() { return IndebtednessN1; } public ProcurementDetails setIndebtednessN1(Double value) { this.IndebtednessN1 = value; return this; } public Double getIndebtednessN2() { return IndebtednessN2; } public ProcurementDetails setIndebtednessN2(Double value) { this.IndebtednessN2 = value; return this; } public Double getIndebtednessN3() { return IndebtednessN3; } public ProcurementDetails setIndebtednessN3(Double value) { this.IndebtednessN3 = value; return this; } public Double getSalesProportionateProfitN1() { return SalesProportionateProfitN1; } public ProcurementDetails setSalesProportionateProfitN1(Double value) { this.SalesProportionateProfitN1 = value; return this; } public Double getSalesProportionateProfitN2() { return SalesProportionateProfitN2; } public ProcurementDetails setSalesProportionateProfitN2(Double value) { this.SalesProportionateProfitN2 = value; return this; } public Double getSalesProportionateProfitN3() { return SalesProportionateProfitN3; } public ProcurementDetails setSalesProportionateProfitN3(Double value) { this.SalesProportionateProfitN3 = value; return this; } public Double getLiquidityRatioN1() { return LiquidityRatioN1; } public ProcurementDetails setLiquidityRatioN1(Double value) { this.LiquidityRatioN1 = value; return this; } public Double getLiquidityRatioN2() { return LiquidityRatioN2; } public ProcurementDetails setLiquidityRatioN2(Double value) { this.LiquidityRatioN2 = value; return this; } public Double getLiquidityRatioN3() { return LiquidityRatioN3; } public ProcurementDetails setLiquidityRatioN3(Double value) { this.LiquidityRatioN3 = value; return this; } public Integer getSubmittedById() { return SubmittedById; } public ProcurementDetails setSubmittedById(Integer value) { this.SubmittedById = value; return this; } public Date getSubmissionDateTime() { return SubmissionDateTime; } public ProcurementDetails setSubmissionDateTime(Date value) { this.SubmissionDateTime = value; return this; } public Boolean getIsSubmitted() { return IsSubmitted; } public ProcurementDetails setIsSubmitted(Boolean value) { this.IsSubmitted = value; return this; } public ArrayList getLegalRepresentatives() { return LegalRepresentatives; } public ProcurementDetails setLegalRepresentatives(ArrayList value) { this.LegalRepresentatives = value; return this; } } public static class ModifyRequestBase implements IConcurrencyStamp { public String ConcurrencyStamp = null; public String getConcurrencyStamp() { return ConcurrencyStamp; } public ModifyRequestBase setConcurrencyStamp(String value) { this.ConcurrencyStamp = value; return this; } } }