Class LicensePartnerDTO
java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.licensedata.LicensePartnerDTO
- Direct Known Subclasses:
LicensePartnerCompanyDTO
,LicensePartnerCompanyGroupDTO
,LicensePartnerCountryDTO
Abstract super class of DTOs that represent business partners of a license
from LM.
- Since:
- 2017/11
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFurther information about the business partner.
Maximum length:1,000
Identifies the end-user type a business partner represents.Indicates that the business partner has signed the relevant contracts or agreements.
Is only relevant, if the license is an ITAR agreement by itslicense type
.Roles of the business partner in export transactions to be approved by applying the license.Order number of the contract/order on which the license is based.
Maximum length:50
The required documents relevant for the business partner.Identifies the sector in which a business partner works. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
referenceNumber
Order number of the contract/order on which the license is based.
Maximum length:50
-
description
Further information about the business partner.
Maximum length:1,000
-
hasSigned
Indicates that the business partner has signed the relevant contracts or agreements.
Is only relevant, if the license is an ITAR agreement by itslicense type
. -
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 itslicense type
. -
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 itslicense type
. -
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 itslicense type
. -
partnerRoles
Roles of the business partner in export transactions to be approved by applying the license.
-
-
Constructor Details
-
LicensePartnerDTO
public LicensePartnerDTO()
-