Class DailyPlanOrderConfiguration
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.DailyPlanOrderConfiguration
- All Implemented Interfaces:
Serializable
Daily Plan Order Configuration
- Since:
- 20.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the detail.Returns the header.Returns the orders by crew shell ids.Returns the orders by resource ids.Returns the orders by team ids.voidSets the detail.voidSets the header.
-
Constructor Details
-
DailyPlanOrderConfiguration
public DailyPlanOrderConfiguration()
-
-
Method Details
-
getHeader
Returns the header.- Returns:
- the header
-
setHeader
Sets the header.- Parameters:
header- the header
-
getDetail
Returns the detail.- Returns:
- the detail
-
setDetail
Sets the detail.- Parameters:
detail- the detail
-
getOrdersByResourceIds
Returns the orders by resource ids.- Returns:
- the orders by resource ids
-
getOrdersByTeamIds
Returns the orders by team ids.- Returns:
- the orders by team ids
-
getOrdersByCrewShellIds
Returns the orders by crew shell ids.- Returns:
- the orders by crew shell ids
-