Class ICConsignmentProfileTransitionDTO
java.lang.Object
de.aeb.xnsg.ic.bf.dto.consignmentprofile.ICConsignmentProfileTransitionDTO
Data of a transition within a consignment profile.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe specific customs process.Unique code of the consignment profile.Date from which the transition settings are valid.Date to which the transition settings are valid. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
profileCode
Unique code of the consignment profile.length=50
REQUIRED
-
customsProcess
The specific customs process.REQUIRED
-
validFrom
Date from which the transition settings are valid.format=yyyy-mm-dd
-
validTo
Date to which the transition settings are valid.format=yyyy-mm-dd
-
-
Constructor Details
-
ICConsignmentProfileTransitionDTO
public ICConsignmentProfileTransitionDTO()
-