Class ICTransportEquipmentDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICTransportEquipmentDTO
DTO to hold data of transport equipment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecific equimpment type.The equipment identification number, e.g. container number or trailer id.List of seals which belong to the transport equipment. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
equipmentType
Specific equimpment type.- 'CONTAINER' - Container number
- 'TRAILER' - Trailer ID
length=35
-
identification
The equipment identification number, e.g. container number or trailer id.length=17
-
seals
List of seals which belong to the transport equipment.
-
-
Constructor Details
-
ICTransportEquipmentDTO
public ICTransportEquipmentDTO()
-