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

public class DTOForecastActivity extends DynO
DTO for forecast activity.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOForecastActivity

      public DTOForecastActivity()
  • Method Details

    • getId

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

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

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

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

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

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

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

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