java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.state.BOClockingState
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOClockingState extends DynO
Business object representing a clocking state.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOClockingState

      public BOClockingState()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the clocking state id.
      Parameters:
      id - the clocking state id
    • getCode

      public String getCode()
      Returns the clocking state code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the clocking state code.
      Parameters:
      code - the code
    • getDescription

      public String getDescription()
      Returns the clocking state description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the clocking state description.
      Parameters:
      description - the description