java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.timesheet.header.state.BOTimesheetState
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

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

    • BOTimesheetState

      public BOTimesheetState()
  • Method Details

    • getId

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

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

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

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

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

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