Class GetLicenseResponseDTO


  • public class GetLicenseResponseDTO
    extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
    Represents the response of getting the complete data of a certain license from License Management.
    Since:
    2017/11
    See Also:
    ILicenseManagementBF.getLicense(GetLicenseRequestDTO)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      LicenseDTO license
      Contains the data of the requested license.
      • Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO

        EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages
    • Field Detail

      • license

        public LicenseDTO license
        Contains the data of the requested license.
    • Constructor Detail

      • GetLicenseResponseDTO

        public GetLicenseResponseDTO()