Class ICWarehouseDTO

java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICWarehouseDTO

public class ICWarehouseDTO extends Object
DTO to hold data of customs warehouse.
  • Field Details

    • identification

      public String identification
      Warehouse Identification.

      length=35

    • typeCode

      public String typeCode
      Warehouse type.

      length=1

    • country

      public String country
      ISO code of the country at which warehouse is located.

      length=2

  • Constructor Details

    • ICWarehouseDTO

      public ICWarehouseDTO()