java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.BOWorkShiftExceptionWorkShift
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOWorkShiftExceptionWorkShift extends DynO
Business object representing a relation between a BOWorkShift and a BOWorkShiftException.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkShiftExceptionWorkShift

      public BOWorkShiftExceptionWorkShift()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the work shift exception work shift.
      Returns:
      id the ID of the work shift exception work shift
    • setId

      public void setId(Long id)
      Sets the ID of the work shift exception work shift.
      Parameters:
      id - the ID of the work shift exception work shift
    • getWorkShift

      public Long getWorkShift()
      Returns the work shift of the work shift exception work shift.
      Returns:
      workShift the work shift of the work shift exception work shift
      See Also:
    • setWorkShift

      public void setWorkShift(Long workShift)
      Sets the work shift of the work shift exception work shift.
      Parameters:
      workShift - the work shift of the work shift exception work shift
      See Also:
    • getWorkShiftException

      public Long getWorkShiftException()
      Returns the work shift exception of the work shift exception work shift.
      Returns:
      workShiftException the work shift exception of the work shift exception work shift
      See Also:
    • setWorkShiftException

      public void setWorkShiftException(Long workShiftException)
      Sets the work shift exception of the work shift exception work shift.
      Parameters:
      workShiftException - the work shift exception of the work shift exception work shift
      See Also: