java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.clocking.type.BOClockingType
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOClockingType extends DynO implements Serializable
Business Object representing an Clocking Type.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOClockingType

      public BOClockingType()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the clocking type.
      Returns:
      id the ID of the clocking type
    • setId

      public void setId(Long id)
      Sets the ID of the clocking type.
      Parameters:
      id - the ID of the clocking type
    • getDescription

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

      public void setDescription(String description)
      Sets the description of the clocking type.
      Parameters:
      description - the description of the clocking type
    • getCode

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

      public void setCode(String code)
      Sets the code of the clocking type.
      Parameters:
      code - the code of the clocking type