Class ICMaterialDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICMaterialDTO

public class ICMaterialDTO extends Object
DTO to hold data of a material.
  • 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 materialId

      A 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

      public ICMaterialDTO(String materialId)