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

public class BOForecastActivity extends DynO
Business object representing a forecast activity.
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOForecastActivity

      public BOForecastActivity()
  • Method Details

    • getId

      public Long getId()
      Returns the forecast activity id.
      Returns:
      the forecast activity id
    • setId

      public void setId(Long id)
      Sets the forecast activity id.
      Parameters:
      id - the forecast activity id
    • getCode

      public String getCode()
      Returns the forecast activity code.
      Returns:
      the forecast activity code
    • setCode

      public void setCode(String code)
      Sets the forecast activity code.
      Parameters:
      code - the forecast activity code
    • getDescription

      public String getDescription()
      Returns the forecast activity description.
      Returns:
      the forecast activity description
    • setDescription

      public void setDescription(String description)
      Sets the forecast activity description.
      Parameters:
      description - the forecast activity description
    • getForecastHeader

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

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