java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.exception.BOWorkShiftException
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOWorkShiftException extends DynO
Business Object representing a Work Shift Exception.
It represents the details about the work shift exception.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkShiftException

      public BOWorkShiftException()
  • Method Details

    • getId

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

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

      public Long getResource()
      Returns the resource (i.e., the resource's ID) of the work shift exception.
      Returns:
      resource the resource (i.e., the resource's ID) of the work shift exception
    • setResource

      public void setResource(Long resource)
      Sets the resource (i.e., the resource's ID) of the work shift exception.
      Parameters:
      resource - the resource (i.e., the resource's ID) of the work shift exception
    • getStartDate

      public Date getStartDate()
      Returns the start date of the work shift exception.
      Returns:
      startDate the start date of the work shift exception
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the start date of the work shift exception.
      Parameters:
      startDate - the start date of the work shift exception
    • getEndDate

      public Date getEndDate()
      Returns the end date of the work shift exception.
      Returns:
      endDate the end date of the work shift exception
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the end date of the work shift exception.
      Parameters:
      endDate - the end date of the work shift exception
    • getWorkShiftExceptionType

      public Long getWorkShiftExceptionType()
      Returns the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift.
      Returns:
      workShiftException the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift
      See Also:
    • setWorkShiftExceptionType

      public void setWorkShiftExceptionType(Long workShiftExceptionType)
      Sets the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift.
      Parameters:
      workShiftExceptionType - the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift
      See Also:
    • getAddress

      public Long getAddress()
      Returns the address of the work shift exception.
      Returns:
      endDate the address of the work shift exception
    • setAddress

      public void setAddress(Long address)
      Sets the address of the work shift exception.
      Parameters:
      address - the address of the work shift exception
    • getNote

      public String getNote()
      Returns the note of the work shift exception.
      Returns:
      note the note of the work shift exception
    • setNote

      public void setNote(String note)
      Sets the note of the work shift exception.
      Parameters:
      note - the note of the work shift exception