Class DTOResourceWorkShiftLastScheduling

java.lang.Object
overit.geocallapp.wfm.core.bl.schedulingproposal.creation.DTOResourceWorkShiftLastScheduling

public class DTOResourceWorkShiftLastScheduling extends Object
  • Field Details

    • resourceId

      protected Long resourceId
    • workShiftId

      protected Long workShiftId
    • lastSchedulingId

      protected Long lastSchedulingId
  • Constructor Details

    • DTOResourceWorkShiftLastScheduling

      public DTOResourceWorkShiftLastScheduling(Long resourceId, Long workShiftId, Long lastSchedulingId)
  • Method Details

    • getResourceId

      public Long getResourceId()
    • setResourceId

      public void setResourceId(Long resourceId)
    • getWorkShiftId

      public Long getWorkShiftId()
    • setWorkShiftId

      public void setWorkShiftId(Long workShiftId)
    • getLastSchedulingId

      public Long getLastSchedulingId()
    • setLastSchedulingId

      public void setLastSchedulingId(Long lastSchedulingId)