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