Class DTOWorkLoad
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.rs1.workload.DTOWorkLoad
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for work load
- Since:
- 19.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 TypeMethodDescriptionReturns the activity code.Returns the count field value.Returns the duration.Returns the end date.Returns the start date.getTasks()Returns the number of tasks.voidsetActivityCode(String activityCode) Sets the activity codevoidsetCountField(Long countField) Sets the count field value.voidsetDuration(Long duration) Sets the duration.voidsetEndDate(ZonedDateTime endDate) Sets the end date.voidsetStartDate(ZonedDateTime startDate) Sets the start date.voidSets the number of tasks.Methods 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
-
DTOWorkLoad
public DTOWorkLoad()
-
-
Method Details
-
getActivityCode
Returns the activity code.- Returns:
- the activity code
-
setActivityCode
Sets the activity code- Parameters:
activityCode- the activity code
-
getStartDate
Returns the start date.- Returns:
- the start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the start date
-
getEndDate
Returns the end date.- Returns:
- the end date
-
setEndDate
Sets the end date.- Parameters:
endDate- the end date
-
getDuration
Returns the duration.- Returns:
- the duration
-
setDuration
Sets the duration.- Parameters:
duration- the duration
-
getTasks
Returns the number of tasks.- Returns:
- the number of tasks
-
setTasks
Sets the number of tasks.- Parameters:
tasks- the number of tasks
-
getCountField
Returns the count field value.- Returns:
- the count field value
-
setCountField
Sets the count field value.- Parameters:
countField- the count field value
-