Class DTOActivityForecastSkillInsert

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

public class DTOActivityForecastSkillInsert extends DynO
DTO to insert an activity skill.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOActivityForecastSkillInsert

      public DTOActivityForecastSkillInsert()
  • Method Details

    • getActivity

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

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

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

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