Class ICCodeDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.codes.ICCodeDTO
The DTO object containing information of a code and its descriptions in given languages.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe ident code value.List of Human readable description of the code in the requested languages. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
The ident code value.length=50
-
descriptions
List of Human readable description of the code in the requested languages.length=50
-
-
Constructor Details
-
ICCodeDTO
public ICCodeDTO()
-