Package de.aeb.xnsg.customs.dto.common
Class ICMaterialDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICMaterialDTO
DTO to hold data of a material.
-
Field Summary
FieldsModifier and TypeFieldDescription@NotEmpty(groups=InvalidDataError.class) @Size(max=50,groups=InvalidDataError.class) StringA persistent ID for identifying a material / good in the AEB Customs systems. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
materialId
@NotEmpty(groups=InvalidDataError.class) @Size(max=50, groups=InvalidDataError.class) public @NotEmpty(groups=InvalidDataError.class) @Size(max=50,groups=InvalidDataError.class) String materialIdA persistent ID for identifying a material / good in the AEB Customs systems. If a link to the AEB Customs Inventory Management exists, the material ID also serves as a unique identifier for the goods to be booked into or out of the inventory.
- length=50
- mandatory
- example=M-1000
-
-
Constructor Details
-
ICMaterialDTO
public ICMaterialDTO() -
ICMaterialDTO
-