Class BOPlanningActionHistory

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.planningactionhistory.BOPlanningActionHistory
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOPlanningActionHistory extends DynO
Business Object representing planning action history
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOPlanningActionHistory

      public BOPlanningActionHistory()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getOperationCenter

      public Long getOperationCenter()
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
    • getSchedulingDate

      public Date getSchedulingDate()
    • setSchedulingDate

      public void setSchedulingDate(Date schedulingDate)
    • getScheduledUser

      public Long getScheduledUser()
    • setScheduledUser

      public void setScheduledUser(Long scheduledUser)
    • getScheduledOC

      public Long getScheduledOC()
    • setScheduledOC

      public void setScheduledOC(Long scheduledOC)
    • getWoOperation

      public Long getWoOperation()
    • setWoOperation

      public void setWoOperation(Long woOperation)
    • getScheduling

      public Long getScheduling()
    • setScheduling

      public void setScheduling(Long scheduling)
    • getAgenda

      public Long getAgenda()
    • setAgenda

      public void setAgenda(Long agenda)
    • getResourceShift

      public Long getResourceShift()
    • setResourceShift

      public void setResourceShift(Long resourceShift)
    • isRealPlan

      public Boolean isRealPlan()
    • setRealPlan

      public void setRealPlan(Boolean realPlan)
    • getSchedulingModel

      public Long getSchedulingModel()
    • setSchedulingModel

      public void setSchedulingModel(Long schedulingModel)
    • getManualPlanningAction

      public Long getManualPlanningAction()
    • setManualPlanningAction

      public void setManualPlanningAction(Long manualPlanningAction)
    • getWoOperationUser

      public Long getWoOperationUser()
    • setWoOperationUser

      public void setWoOperationUser(Long woOperationUser)
    • getWoOperationOC

      public Long getWoOperationOC()
    • setWoOperationOC

      public void setWoOperationOC(Long woOperationOC)
    • getOperationDate

      public Date getOperationDate()
    • setOperationDate

      public void setOperationDate(Date localDate)