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

public class BOWorkShiftExceptionClass extends DynO
Business Object representing a Work Shift Exception Class.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkShiftExceptionClass

      public BOWorkShiftExceptionClass()
  • Method Details

    • getId

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

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

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

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

      public LocalizedString getDescription()
      Returns the description of the work shift exception class.
      Returns:
      description the description of the work shift exception class
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the description of the work shift exception class.
      Parameters:
      description - the description of the work shift exception class
    • getClassType

      public Long getClassType()
      Returns the class type of the work shift exception class.
      Returns:
      classType the class type of the work shift exception class
      See Also:
    • setClassType

      public void setClassType(Long classType)
      Sets the class type of the work shift exception class.
      Parameters:
      classType - the class type of the work shift exception class
      See Also:
    • getActive

      public Boolean getActive()
      Returns the active status of the work shift exception class.
      Returns:
      active the active status of the work shift exception class
    • setActive

      public void setActive(Boolean active)
      Sets the active status of the work shift exception class.
      Parameters:
      active - the active status of the work shift exception class
    • getOrder

      public Long getOrder()
      Returns the order of the work shift exception class.
      Returns:
      order the order of the work shift exception class
    • setOrder

      public void setOrder(Long order)
      Sets the order of the work shift exception class.
      Parameters:
      order - the order of the work shift exception class