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

public class DTOForecastState extends DynO
DTO for forecast header state.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOForecastState

      public DTOForecastState()
  • Method Details

    • getId

      public final Long getId()
      Returns the state's id
      Returns:
      the state's id
    • setId

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

      public final String getCode()
      Returns the state's code
      Returns:
      the state's code
    • setCode

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

      public final LocalizedString getDescription()
      Returns the state's description
      Returns:
      the state's description
    • setDescription

      public final void setDescription(LocalizedString description)
      Sets the state's description
      Parameters:
      description - the state's description