Class DTOResourceForecastSkillInsert

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

public class DTOResourceForecastSkillInsert extends DynO
DTO to insert a resource skill.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOResourceForecastSkillInsert

      public DTOResourceForecastSkillInsert()
  • Method Details

    • getResource

      public Long getResource()
      Returns the id of the related forecast resource
      Returns:
      resource
    • setResource

      public void setResource(Long resource)
      Sets the id of the related forecast resource
      Parameters:
      resource -
    • 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 -