Class DTOTimesheetState

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

public class DTOTimesheetState extends DynO
DTO for timesheet state.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOTimesheetState

      public DTOTimesheetState()
  • Method Details

    • getId

      public final Long getId()
    • setId

      public final void setId(Long id)
    • getCode

      public final String getCode()
    • setCode

      public final void setCode(String code)
    • getDescription

      public final String getDescription()
    • setDescription

      public final void setDescription(String description)