java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.rs1.workload.DTOWorkLoad
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOWorkLoad extends DynO
DTO for work load
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkLoad

      public DTOWorkLoad()
  • Method Details

    • getActivityCode

      public String getActivityCode()
      Returns the activity code.
      Returns:
      the activity code
    • setActivityCode

      public void setActivityCode(String activityCode)
      Sets the activity code
      Parameters:
      activityCode - the activity code
    • getStartDate

      public ZonedDateTime getStartDate()
      Returns the start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(ZonedDateTime startDate)
      Sets the start date.
      Parameters:
      startDate - the start date
    • getEndDate

      public ZonedDateTime getEndDate()
      Returns the end date.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(ZonedDateTime endDate)
      Sets the end date.
      Parameters:
      endDate - the end date
    • getDuration

      public Long getDuration()
      Returns the duration.
      Returns:
      the duration
    • setDuration

      public void setDuration(Long duration)
      Sets the duration.
      Parameters:
      duration - the duration
    • getTasks

      public Long getTasks()
      Returns the number of tasks.
      Returns:
      the number of tasks
    • setTasks

      public void setTasks(Long tasks)
      Sets the number of tasks.
      Parameters:
      tasks - the number of tasks
    • getCountField

      public Long getCountField()
      Returns the count field value.
      Returns:
      the count field value
    • setCountField

      public void setCountField(Long countField)
      Sets the count field value.
      Parameters:
      countField - the count field value