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

public class BOForecastActivitySkill extends DynO
See Also:
  • Constructor Details

    • BOForecastActivitySkill

      public BOForecastActivitySkill()
  • 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
      Returns:
      forecastHeader
    • setForecastHeader

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

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

      public void setActivity(Long activity)
      Sets the id of the related forecast 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 -