Class LISAreaDependScheduleHeadDTO

java.lang.Object
de.aeb.xnsg.lis.bf.LISAreaDependScheduleHeadDTO

public class LISAreaDependScheduleHeadDTO extends Object
DTO for main data of TTCSAreaDependSchedule.
  • Field Details

    • identCode

      public String identCode
      Short form of the area depend schedule

      length=20

    • description

      public String description
      Description of the area depend schedule
    • scheduleFiltersOrder

      public LISAreaDependScheduleFilterOrderDTO[] scheduleFiltersOrder
      All order schedule filters connected to the schedule. Should only be filled if trackingObjectType is "ORDER".
    • scheduleFiltersConsignment

      public LISAreaDependScheduleFilterConsignmentDTO[] scheduleFiltersConsignment
      All consignment schedule filters connected to the schedule. Should only be filled if trackingObjectType is "CONS".
    • scheduleFiltersTransport

      public LISAreaDependScheduleFilterTransportDTO[] scheduleFiltersTransport
      All transport schedule filters connected to the schedule. Should only be filled if trackingObjectType is "TRANSLEG".
    • scheduleFiltersStorage

      public LISAreaDependScheduleFilterLCStorageDTO[] scheduleFiltersStorage
      All storage schedule filters connected to the schedule. Should only be filled if trackingObjectType is "STORAGE".
    • scheduleFiltersHandling

      public LISAreaDependScheduleFilterLCHandlingDTO[] scheduleFiltersHandling
      All handling schedule filters connected to the schedule. Should only be filled if trackingObjectType is "HANDLING".
    • scheduleFiltersOrderItem

      public LISAreaDependScheduleFilterOrderItemDTO[] scheduleFiltersOrderItem
      All order item schedule filters connected to the schedule. Should only be filled if trackingObjectType is "ORDERITEM".
    • scheduleFiltersHandlingUnit

      public LISAreaDependScheduleFilterHandlingUnitDTO[] scheduleFiltersHandlingUnit
      All order item schedule filters connected to the schedule. Should only be filled if trackingObjectType is "HANDUNIT".
  • Constructor Details

    • LISAreaDependScheduleHeadDTO

      public LISAreaDependScheduleHeadDTO()