Class ResourceData
java.lang.Object
overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.resourcedata.ResourceData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected List<BOSchedulingSlot> protected List<BOWorkShift> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSchedulingSlot(BOSchedulingSlot bestSlot) voidsetReceipts(List<BOReceipt> receipts) voidsetResourceId(Long resourceId) voidsetSchedulingSlot(List<BOSchedulingSlot> schedulingSlot) voidsetWorkshifsts(List<BOWorkShift> workshifsts)
-
Field Details
-
resourceId
-
workshifsts
-
receipts
-
schedulingSlot
-
-
Constructor Details
-
ResourceData
public ResourceData()
-
-
Method Details
-
getResourceId
-
setResourceId
-
getWorkshifsts
-
setWorkshifsts
-
getReceipts
-
setReceipts
-
getSchedulingSlot
-
setSchedulingSlot
-
addSchedulingSlot
-