java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.timesheet.warning.BOWarning
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOWarning extends DynO
Business object representing a warning
.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarning

      public BOWarning()
  • Method Details

    • getId

      public Long getId()
      Returns the warning id.
      Returns:
      the the warning id
    • setId

      public void setId(Long id)
      Sets the warning id.
      Parameters:
      id - the warning id
    • getTimesheet

      public Long getTimesheet()
      Returns the warning timesheet id.
      Returns:
      the timesheet id
      See Also:
    • setTimesheet

      public void setTimesheet(Long timesheet)
      Sets the warning timesheet id.
      Parameters:
      timesheet - the timesheet id
      See Also:
    • getTask

      public Long getTask()
      Returns the warning task id.
      Returns:
      the task id
      See Also:
    • setTask

      public void setTask(Long task)
      Sets the warning task id.
      Parameters:
      task - the task id
      See Also:
    • getShift

      public Long getShift()
      Returns the warning shift id.
      Returns:
      the shift id
      See Also:
    • setShift

      public void setShift(Long shift)
      Sets the warning shift id.
      Parameters:
      shift - the shift id
      See Also:
    • getType

      public Long getType()
      Returns the warning type id.
      Returns:
      the type id
      See Also:
    • setType

      public void setType(Long type)
      Sets the warning type id.
      Parameters:
      type - the type id
      See Also:
    • isSameWarning

      public boolean isSameWarning(BOWarning warning)