Class WorkShiftBreakTimeLineItem
java.lang.Object
overit.geocallapp.wfm.calendars.bl.timeline.WorkShiftBreakTimeLineItem
- All Implemented Interfaces:
Serializable,TimeLineItem<BOWorkShift>
TimeLineItem object for model the work shift break into TimeLines
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWorkShiftBreakTimeLineItem(BOWorkShift workshift) WorkShiftBreakTimeLineItem(BOWorkShift workshift, Date beginTime, Date endTime) -
Method Summary
Modifier and TypeMethodDescriptiongetBegin()Gets the start date of this timeline item.getEnd()Gets the end date of this timeline item.getName()Gets the name identifier of this timeline item.intGets the priority value of this timeline item.Gets the source object associated with this timeline item.
-
Field Details
-
WORKSHIFT_BREAK
- See Also:
-
-
Constructor Details
-
WorkShiftBreakTimeLineItem
-
WorkShiftBreakTimeLineItem
-
-
Method Details
-
getBegin
Description copied from interface:TimeLineItemGets the start date of this timeline item.- Specified by:
getBeginin interfaceTimeLineItem<BOWorkShift>- Returns:
- the begin date of the timeline item
-
getEnd
Description copied from interface:TimeLineItemGets the end date of this timeline item.- Specified by:
getEndin interfaceTimeLineItem<BOWorkShift>- Returns:
- the end date of the timeline item
-
getSourceObject
Description copied from interface:TimeLineItemGets the source object associated with this timeline item.- Specified by:
getSourceObjectin interfaceTimeLineItem<BOWorkShift>- Returns:
- the source object of type T
-
getName
Description copied from interface:TimeLineItemGets the name identifier of this timeline item.- Specified by:
getNamein interfaceTimeLineItem<BOWorkShift>- Returns:
- the name of the timeline item
-
getPriority
public int getPriority()Description copied from interface:TimeLineItemGets the priority value of this timeline item. Higher values indicate higher priority in overlap resolution.- Specified by:
getPriorityin interfaceTimeLineItem<BOWorkShift>- Returns:
- the priority value
-