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

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

    • BOForecastShiftModel

      public BOForecastShiftModel()
  • Method Details

    • getId

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

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

      public String getCode()
      Returns the forecast shift mode's code
      Returns:
      the forecast shift model's code
    • setCode

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

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

      public void setDescription(String description)
      Sets the forecast shift model's description
      Parameters:
      description - the forecast shift model's description
    • getDuration

      public Long getDuration()
      Returns the forecast shift model's duration
      Returns:
      the forecast shift model's duration
    • setDuration

      public void setDuration(Long duration)
      Sets the forecast shift model's duration
      Parameters:
      duration - the forecast shift model's duration
    • getStartingDay

      public Long getStartingDay()
      Returns the forecast shift model's starting day
      Returns:
      the forecast shift model's starting day
    • setStartingDay

      public void setStartingDay(Long startingDay)
      Sets the forecast shift model's starting day
      Parameters:
      startingDay - the forecast shift model's starting day
    • getActive

      public Boolean getActive()
      Returns the forecast shift model's "is active" flag
      Returns:
      the forecast shift model's "is active" flag
    • setActive

      public void setActive(Boolean active)
      Sets the forecast shift model's "is active" flag
      Parameters:
      active - the forecast shift model's "is active" flag