Class CustomsDocumentDTO

java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.licensedata.CustomsDocumentDTO

public class CustomsDocumentDTO extends Object
Represents a customs document associated with a license from LM.
Since:
2017/11
See Also:
  • Field Details

    • comment

      public String comment
      Comment about the document.

      Max. length: 1,000.
    • code1

      public String code1
      The first code to be used in declaring the license as a document. The exact meaning of this code depends on where the customs declaration is made. For the German ATLAS system, this is the "code" of a coded document. For customs declarations to the British customs authorities, this is the "AI/Document code".

      Max. length: 40.
    • code2

      public String code2
      The second code to be used in declaring this license as a document. The exact meaning of this code depends on where the customs declaration is made. For the German ATLAS system, this is the "qualifier" of a coded document. For customs declarations to the British customs authorities, this is the "Document status".

      Max. length: 40.
    • validFrom

      public Date validFrom
      Date from which this coded document is valid for the license.
    • validTo

      public Date validTo
      Date until which this coded document is valid for the license.
    • country

      public CountryDTO country
      Country of the customs system for which code1 and code2 should apply. If the code is to apply to all EU customs systems where export declarations are filed in your organization, "EU" may be entered here.
  • Constructor Details

    • CustomsDocumentDTO

      public CustomsDocumentDTO()