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

public class BOClockingType extends DynO
Business object representing a clocking type
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOClockingType

      public BOClockingType()
  • Method Details

    • getId

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

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

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

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

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

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

      public Long getActionType()
      Returns the id of action type associated to the clocking type.
      Returns:
      the action type id
      See Also:
    • setActionType

      public void setActionType(Long actionType)
      Sets Returns the id of action type associated to the clocking type.
      Parameters:
      actionType - the action type id
      See Also:
    • getActive

      public Boolean getActive()
      Checks if clocking is active.
      Returns:
      true if clocking is active false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets if clocking is active.
      Parameters:
      active - true if clocking is active false otherwise