Class ICCodeDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.codes.ICCodeDTO

public class ICCodeDTO extends Object
The DTO object containing information of a code and its descriptions in given languages.
  • Field Details

    • code

      public String code
      The ident code value.

      length=50

    • descriptions

      public TextInLanguageDTO[] descriptions
      List of Human readable description of the code in the requested languages.

      length=50

  • Constructor Details

    • ICCodeDTO

      public ICCodeDTO()