Class SetCompanyMasterFileDataResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.logistics.bf.SetCompanyMasterFileDataResponseDTO

public class SetCompanyMasterFileDataResponseDTO extends AbstractResponseDTO
Response for setting company master file data.
If the response has any errors, at least one company was not created or updated. See the results for details to every company.
  • Field Details

    • countCreated

      public Integer countCreated
      Number of created companies.
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    • countUpdated

      public Integer countUpdated
      Number of updated companies.
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    • countError

      public Integer countError
      Number of companies with errors (not created nor updated nor locked)
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    • countLocked

      public Integer countLocked
      Number of locked companies (not updated).
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    • results

      public CompanyMFResultDTO[] results
      Results for every company passed.
      Unless some mandatory basic fields are missing (e.g. clientIdentCode or companyNumber), this array contains for every passed CompanyMFDTO information about its processing status.
  • Constructor Details

    • SetCompanyMasterFileDataResponseDTO

      public SetCompanyMasterFileDataResponseDTO()