Forecast Domain Class

General Description

A Forecast represents an estimate of the demand/supply on a certain point in the future. The point in time is represented by a product for the specified timeslot. The forecastValue is more precise the closer the estimated point in time is.

Forecast Properties

A Forecast domain class possesses the following properties:

Long serverId
  Competition competition
  Product product
  Date competitionTime
  Double forecastValue

Property Descriptions