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

public class BOForecastState extends DynO
Business object representing a Forecast State
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOForecastState

      public BOForecastState()
  • 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