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

public class DTOResourceForecastSkill extends DynO
See Also:
  • Constructor Details

    • DTOResourceForecastSkill

      public DTOResourceForecastSkill()
  • 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 resource forecast header
      Returns:
      forecastHeader
    • setForecastHeader

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