Package de.aeb.xnsg.customs.dto.common
Class ICCustomsControlMeasureDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICCustomsControlMeasureDTO
DTO to hold information about control measures.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFurther details and/or information about control measures.Initiation date of control measures.True, if the control measure is still active.Type of control measures. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Type of control measures.
- 'PHYSICAL_CONTROL' - Physical control
- 'DOCUMENT_CONTROL' - Document control
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_CONTROL_TYPE *
length=35
-
initiationDate
Initiation date of control measures. -
details
Further details and/or information about control measures. -
isActive
True, if the control measure is still active.
-
-
Constructor Details
-
ICCustomsControlMeasureDTO
public ICCustomsControlMeasureDTO()
-