Class DTOCapacitySummary
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.capacity.DTOCapacitySummary
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for rough planning capacity summary
- Since:
- 19.0
- See Also:
-
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 TypeMethodDescriptionvoidsetBucketId(Long bucketId) voidsetCapacityTime(Long capacityTime) The total capacity hoursvoidsetPosition(Long position) The position of the item in the summaryvoidsetStartDate(ZonedDateTime startDate) The start date of the item in the summaryMethods 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
-
DTOCapacitySummary
public DTOCapacitySummary()
-
-
Method Details
-
getPosition
- Returns:
- The position of the item in the summary
-
setPosition
The position of the item in the summary- Parameters:
position- of the item in the summary
-
getStartDate
- Returns:
- The start date of the item in the summary
-
setStartDate
The start date of the item in the summary- Parameters:
startDate- of the item in the summary
-
getCapacityTime
- Returns:
- The total capacity hours
-
setCapacityTime
The total capacity hours- Parameters:
capacityTime- total capacity hours
-
getBucketId
- Returns:
- the bucket of the summary
- See Also:
-
setBucketId
- Parameters:
bucketId- the bucket of the summary- See Also:
-