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
Business object representing a forecast resource header.
- Since:
- 15.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the resource forecast header's codeReturns the resource forecast header's creation dateReturns the id of the resource forecast header's creation userReturns the resource forecast header's descriptionReturns the resource forecast header's end dateReturn the main data of the forecast headergetId()Returns the resource forecast header's idReturns the id of the resource forecast header's operation centerReturns the resource forecast header's start dategetState()Returns the id of the resource forecast header's statevoidSets the resource forecast header's codevoidsetCreationDate(Date creationDate) Sets the resource forecast header's creation datevoidsetCreationUser(Long creationUser) Sets the id of the resource forecast header's creation uservoidsetDescription(String description) Sets the resource forecast header's descriptionvoidsetEndDate(Date endDate) Sets the resource forecast header's end datevoidSets the resource forecast header's idvoidsetOperationCenter(Long operationCenter) Sets the id of the resource forecast header's operation centervoidsetStartDate(Date startDate) Sets the resource forecast header's start datevoidSets the id of the resource forecast header's stateMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BOResourceForecastHeader
public BOResourceForecastHeader()
-
-
Method Details
-
getId
Returns the resource forecast header's id- Returns:
- the resource forecast header's id
-
setId
Sets the resource forecast header's id- Parameters:
id- the resource forecast header's id
-
getOperationCenter
Returns the id of the resource forecast header's operation center- Returns:
- the operation center's id
- See Also:
-
setOperationCenter
Sets the id of the resource forecast header's operation center- Parameters:
operationCenter- the operation center id- See Also:
-
getCode
Returns the resource forecast header's code- Returns:
- the resource forecast header's code
-
setCode
Sets the resource forecast header's code- Parameters:
code- the resource forecast header's code
-
getDescription
Returns the resource forecast header's description- Returns:
- the resource forecast header description
-
setDescription
Sets the resource forecast header's description- Parameters:
description- the resource forecast header's description
-
getState
Returns the id of the resource forecast header's state- Returns:
- the state's id
- See Also:
-
setState
Sets the id of the resource forecast header's state- Parameters:
state- the state's id- See Also:
-
getStartDate
Returns the resource forecast header's start date- Returns:
- the resource forecast header's start date
-
setStartDate
Sets the resource forecast header's start date- Parameters:
startDate- the resource forecast header's start date
-
getEndDate
Returns the resource forecast header's end date- Returns:
- the resource forecast header's end date
-
setEndDate
Sets the resource forecast header's end date- Parameters:
endDate- the resource forecast header's end date
-
getCreationDate
Returns the resource forecast header's creation date- Returns:
- the resource forecast header's creation date
-
setCreationDate
Sets the resource forecast header's creation date- Parameters:
creationDate- the resource forecast header's creation date
-
getCreationUser
Returns the id of the resource forecast header's creation user- Returns:
- the creation user's id
- See Also:
-
setCreationUser
Sets the id of the resource forecast header's creation user- Parameters:
creationUser- the creation user's id- See Also:
-
getForecastHeaderInformation
Return the main data of the forecast header- Returns:
- the information of the forecast header
-