Class LicensePartnerDTO

java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.licensedata.LicensePartnerDTO
Direct Known Subclasses:
LicensePartnerCompanyDTO, LicensePartnerCompanyGroupDTO, LicensePartnerCountryDTO

public abstract class LicensePartnerDTO extends Object
Abstract super class of DTOs that represent business partners of a license from LM.
Since:
2017/11
See Also:
  • Field Details

    • referenceNumber

      public String referenceNumber
      Order number of the contract/order on which the license is based.

      Maximum length: 50
    • description

      public String description
      Further information about the business partner.

      Maximum length: 1,000
    • hasSigned

      public Boolean hasSigned
      Indicates that the business partner has signed the relevant contracts or agreements.

      Is only relevant, if the license is an ITAR agreement by its license type.
    • endUserType

      public ValueListEntryDTO endUserType
      Identifies the end-user type a business partner represents. This information is required for usage reports to the UK license authority.

      Is only relevant, if the license supports data specific for United Kingdom licenses by its license type.
    • sector

      public ValueListEntryDTO sector
      Identifies the sector in which a business partner works. This information is required for some licenses of the United Kingdom.

      Is only relevant, if the license supports data specific for United Kingdom licenses by its license type.
    • requiredDocuments

      public RequiredDocumentDTO[] requiredDocuments
      The required documents relevant for the business partner. Required documents are documents that are required for a license to be used.

      Is only specified, if required documents are supported for the license by its license type.
    • partnerRoles

      public PartnerRoleDTO[] partnerRoles
      Roles of the business partner in export transactions to be approved by applying the license.
  • Constructor Details

    • LicensePartnerDTO

      public LicensePartnerDTO()