Class DTOActivityForecastHeader
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header.DTOActivityForecastHeader
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for activity forecast header.
- Since:
- 15.0
- See Also:
- GCApi:
- dto
-
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 activity forecast header's codeReturns the activity forecast header's creation dateReturns the id of the activity forecast header's creation userReturns the activity forecast header's descriptionReturns the activity forecast header's end dategetId()Returns the activity forecast header's idReturns the id of the activity forecast header's operation centerReturns the activity forecast header's start dategetState()Returns the id of the activity forecast header's statevoidSets the activity forecast header's codevoidsetCreationDate(ZonedDateTime creationDate) Sets the activity forecast header's creation datevoidsetCreationUser(Long creationUser) Sets the id of the activity forecast header's creation uservoidsetDescription(String description) Sets the activity forecast header's descriptionvoidsetEndDate(ZonedDateTime endDate) Sets the activity forecast header's end datevoidSets the activity forecast header's idvoidsetOperationCenter(Long operationCenter) Sets the id of the activity forecast header's operation centervoidsetStartDate(ZonedDateTime startDate) Sets the activity forecast header's start datevoidSets the id of the activity 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
-
DTOActivityForecastHeader
public DTOActivityForecastHeader()
-
-
Method Details
-
getId
Returns the activity forecast header's id- Returns:
- the activity forecast header's id
-
setId
Sets the activity forecast header's id- Parameters:
id- the activity forecast header's id
-
getCode
Returns the activity forecast header's code- Returns:
- the activity forecast header's code
-
setCode
Sets the activity forecast header's code- Parameters:
code- the activity forecast header's code
-
getDescription
Returns the activity forecast header's description- Returns:
- the activity forecast header's description
-
setDescription
Sets the activity forecast header's description- Parameters:
description- the activity forecast header's description
-
getOperationCenter
Returns the id of the activity forecast header's operation center- Returns:
- the operation center's id
- See Also:
-
setOperationCenter
Sets the id of the activity forecast header's operation center- Parameters:
operationCenter- the operation center's id- See Also:
-
getState
Returns the id of the activity forecast header's state- Returns:
- state the state's id
- See Also:
-
setState
Sets the id of the activity forecast header's state- Parameters:
state- the state's id- See Also:
-
getStartDate
Returns the activity forecast header's start date- Returns:
- the activity forecast header's start date
-
setStartDate
Sets the activity forecast header's start date- Parameters:
startDate- the activity forecast header's start date
-
getEndDate
Returns the activity forecast header's end date- Returns:
- the activity forecast header's end date
-
setEndDate
Sets the activity forecast header's end date- Parameters:
endDate- the activity forecast header's end date
-
getCreationDate
Returns the activity forecast header's creation date- Returns:
- the activity forecast header's creation date
-
setCreationDate
Sets the activity forecast header's creation date- Parameters:
creationDate- the activity forecast header's creation date
-
getCreationUser
Returns the id of the activity forecast header's creation user- Returns:
- creationUser the creation user's id
- See Also:
-
setCreationUser
Sets the id of the activity forecast header's creation user- Parameters:
creationUser- the creation user's id- See Also:
-