Package de.aeb.xnsg.lis.bf
Class LISAreaDependScheduleHeadDTO
java.lang.Object
de.aeb.xnsg.lis.bf.LISAreaDependScheduleHeadDTO
DTO for main data of TTCSAreaDependSchedule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDescription of the area depend scheduleShort form of the area depend scheduleAll consignment schedule filters connected to the schedule.All handling schedule filters connected to the schedule.All order item schedule filters connected to the schedule.All order schedule filters connected to the schedule.All order item schedule filters connected to the schedule.All storage schedule filters connected to the schedule.All transport schedule filters connected to the schedule. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identCode
Short form of the area depend schedulelength=20
-
description
Description of the area depend schedule -
scheduleFiltersOrder
All order schedule filters connected to the schedule. Should only be filled if trackingObjectType is "ORDER". -
scheduleFiltersConsignment
All consignment schedule filters connected to the schedule. Should only be filled if trackingObjectType is "CONS". -
scheduleFiltersTransport
All transport schedule filters connected to the schedule. Should only be filled if trackingObjectType is "TRANSLEG". -
scheduleFiltersStorage
All storage schedule filters connected to the schedule. Should only be filled if trackingObjectType is "STORAGE". -
scheduleFiltersHandling
All handling schedule filters connected to the schedule. Should only be filled if trackingObjectType is "HANDLING". -
scheduleFiltersOrderItem
All order item schedule filters connected to the schedule. Should only be filled if trackingObjectType is "ORDERITEM". -
scheduleFiltersHandlingUnit
All order item schedule filters connected to the schedule. Should only be filled if trackingObjectType is "HANDUNIT".
-
-
Constructor Details
-
LISAreaDependScheduleHeadDTO
public LISAreaDependScheduleHeadDTO()
-