Class SetCurrencyRateMasterFileDataResponseDTO

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

public class SetCurrencyRateMasterFileDataResponseDTO extends AbstractResponseDTO
Response for setting currency rate master file data.
  • Field Details

    • countCreated

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

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

      public Integer countDeleted
      Number of deleted currency rates.
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    • countError

      public Integer countError
      Number of currency rates 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 currency rates (not updated).
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    • results

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

    • SetCurrencyRateMasterFileDataResponseDTO

      public SetCurrencyRateMasterFileDataResponseDTO()