java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill.DTOActivityForecastSkill
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOActivityForecastSkill extends DynO
DTO for activity skill.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOActivityForecastSkill

      public DTOActivityForecastSkill()
  • Method Details

    • getId

      public Long getId()
      Returns the skill's id
      Returns:
      the skill's id
    • setId

      public void setId(Long id)
      Sets the skill's id
      Parameters:
      id - the skill's id
    • getForecastHeader

      public Long getForecastHeader()
      Returns the id of the related activity forecast header's id
      Returns:
      forecastHeader
    • setForecastHeader

      public void setForecastHeader(Long forecastHeader)
      Sets the id of the related activity forecast header's id
      Parameters:
      forecastHeader -
    • getActivity

      public Long getActivity()
      Returns the id of the related forecast activity's id
      Returns:
      activity
    • setActivity

      public void setActivity(Long activity)
      Sets the id of the related forecast activity's id
      Parameters:
      activity -
    • getSkill

      public Long getSkill()
      Returns the id of the related FSM skill's id
      Returns:
      skill
    • setSkill

      public void setSkill(Long skill)
      Sets the id of the related FSM skill's id
      Parameters:
      skill -