Class BOWorkShiftExceptionImpact

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

public class BOWorkShiftExceptionImpact extends DynO implements Serializable
Business Object representing a Work Shift Exception Impact.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkShiftExceptionImpact

      public BOWorkShiftExceptionImpact()
  • Method Details

    • getId

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

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

      public String getCode()
      Returns the work shift exception impact code.
      Returns:
      the work shift exception impact code
    • setCode

      public void setCode(String code)
      Sets the work shift exception impact code.
      Parameters:
      code - the work shift exception impact code
    • getDescription

      public String getDescription()
      Returns the description of the work shift exception impact.
      Returns:
      description the description of the work shift exception impact
    • setDescription

      public void setDescription(String description)
      Sets the description of the work shift exception impact.
      Parameters:
      description - the description of the work shift exception impact