java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.DailyPlanOrderConfiguration
All Implemented Interfaces:
Serializable

public class DailyPlanOrderConfiguration extends Object implements Serializable
Daily Plan Order Configuration
Since:
20.0
See Also:
  • Constructor Details

    • DailyPlanOrderConfiguration

      public DailyPlanOrderConfiguration()
  • Method Details

    • getHeader

      Returns the header.
      Returns:
      the header
    • setHeader

      public void setHeader(BODailyPlanOrderConfigurationHeader header)
      Sets the header.
      Parameters:
      header - the header
    • getDetail

      Returns the detail.
      Returns:
      the detail
    • setDetail

      public void setDetail(List<BODailyPlanOrderConfigurationDetail> detail)
      Sets the detail.
      Parameters:
      detail - the detail
    • getOrdersByResourceIds

      public Map<Long,Long> getOrdersByResourceIds()
      Returns the orders by resource ids.
      Returns:
      the orders by resource ids
    • getOrdersByTeamIds

      public Map<Long,Long> getOrdersByTeamIds()
      Returns the orders by team ids.
      Returns:
      the orders by team ids
    • getOrdersByCrewShellIds

      public Map<Long,Long> getOrdersByCrewShellIds()
      Returns the orders by crew shell ids.
      Returns:
      the orders by crew shell ids