Class DTOResourceForecastHeaderInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.DTOResourceForecastHeaderInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to insert a resource 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 resource forecast header's codeReturns the resource forecast header's descriptionReturns the resource forecast header's end dateReturns the id of the resource forecast header's operation centerReturns the resource forecast header's start datevoidSets the resource forecast header's codevoidsetDescription(String description) Sets the resource forecast header's descriptionvoidsetEndDate(ZonedDateTime endDate) Sets the resource forecast header's end datevoidsetOperationCenter(Long operationCenter) Sets the id of the resource forecast header's operation centervoidsetStartDate(ZonedDateTime startDate) Sets the resource forecast header's start dateMethods 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
-
DTOResourceForecastHeaderInsert
public DTOResourceForecastHeaderInsert()
-
-
Method Details
-
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
-
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
-