Class BOResourceForecastHeader

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

public class BOResourceForecastHeader extends DynO
Business object representing a forecast resource header.
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOResourceForecastHeader

      public BOResourceForecastHeader()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the resource forecast header's id
      Parameters:
      id - the resource forecast header's id
    • getOperationCenter

      public Long getOperationCenter()
      Returns the id of the resource forecast header's operation center
      Returns:
      the operation center's id
      See Also:
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the id of the resource forecast header's operation center
      Parameters:
      operationCenter - the operation center id
      See Also:
    • getCode

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

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

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

      public void setDescription(String description)
      Sets the resource forecast header's description
      Parameters:
      description - the resource forecast header's description
    • getState

      public Long getState()
      Returns the id of the resource forecast header's state
      Returns:
      the state's id
      See Also:
    • setState

      public void setState(Long state)
      Sets the id of the resource forecast header's state
      Parameters:
      state - the state's id
      See Also:
    • getStartDate

      public Date getStartDate()
      Returns the resource forecast header's start date
      Returns:
      the resource forecast header's start date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the resource forecast header's start date
      Parameters:
      startDate - the resource forecast header's start date
    • getEndDate

      public Date getEndDate()
      Returns the resource forecast header's end date
      Returns:
      the resource forecast header's end date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the resource forecast header's end date
      Parameters:
      endDate - the resource forecast header's end date
    • getCreationDate

      public Date getCreationDate()
      Returns the resource forecast header's creation date
      Returns:
      the resource forecast header's creation date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the resource forecast header's creation date
      Parameters:
      creationDate - the resource forecast header's creation date
    • getCreationUser

      public Long getCreationUser()
      Returns the id of the resource forecast header's creation user
      Returns:
      the creation user's id
      See Also:
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Sets the id of the resource forecast header's creation user
      Parameters:
      creationUser - the creation user's id
      See Also:
    • getForecastHeaderInformation

      public String getForecastHeaderInformation()
      Return the main data of the forecast header
      Returns:
      the information of the forecast header