Class DemandSummaryDetail
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.demand.detail.DemandSummaryDetail
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the rough planning demand summary detail
- 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 TypeMethodDescriptionReturns the rough planning activity codeReturns the activity of the summaryReturns the rough planning operation type codeReturns the operation type of the summaryReturns the rough planning urgency codeReturns the urgency of the summaryvoidsetActivityCode(String activityCode) Sets the rough planning activity codevoidsetActivityId(Long activityId) Sets the activity of the summaryvoidsetBucketId(Long bucketId) voidsetDemandSummaryDetailId(Long demandSummaryDetailId) voidsetEndDate(Date endDate) The end date of the item in the summaryvoidsetOperationTypeCode(String operationTypeCode) Sets the rough planning operation type codevoidsetOperationTypeId(Long operationTypeId) Sets the operation type of the summaryvoidsetStartDate(Date startDate) The start date of the item in the summaryvoidsetTotalGroupingTime(Long totalGroupingTime) The total grouping demand hoursvoidsetTotalTime(Long totalTime) The total demand hoursvoidsetUrgencyCode(String urgencyCode) Sets the rough planning urgency codevoidsetUrgencyId(Long urgencyId) Sets the urgency of 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
-
DemandSummaryDetail
public DemandSummaryDetail()
-
-
Method Details
-
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
-
getEndDate
- Returns:
- The end date of the item in the summary
-
setEndDate
The end date of the item in the summary- Parameters:
endDate- of the item in the summary
-
getTotalTime
- Returns:
- The total demand hours
-
setTotalTime
The total demand hours- Parameters:
totalTime- total demand hours
-
getBucketId
- Returns:
- the bucket of the summary
- See Also:
-
setBucketId
- Parameters:
bucketId- the bucket of the summary- See Also:
-
getDemandSummaryDetailId
- Returns:
- the demand summary detail id
-
setDemandSummaryDetailId
- Parameters:
demandSummaryDetailId- the demand summary detail id
-
getActivityId
Returns the activity of the summary- Returns:
- the activity of the summary
-
setActivityId
Sets the activity of the summary- Parameters:
activityId- the activity of the summary
-
getOperationTypeId
Returns the operation type of the summary- Returns:
- the operation type of the summary
-
setOperationTypeId
Sets the operation type of the summary- Parameters:
operationTypeId- the operation type of the summary
-
getUrgencyId
Returns the urgency of the summary- Returns:
- the urgency of the summary
-
setUrgencyId
Sets the urgency of the summary- Parameters:
urgencyId- the urgency of the summary
-
getTotalGroupingTime
- Returns:
- The total grouping demand hours
-
setTotalGroupingTime
The total grouping demand hours- Parameters:
totalGroupingTime- total grouping demand hours
-
getActivityCode
Returns the rough planning activity code- Returns:
- the rough planning activity code
-
setActivityCode
Sets the rough planning activity code- Parameters:
activityCode- the rough planning activity code
-
getOperationTypeCode
Returns the rough planning operation type code- Returns:
- the rough planning operation type code
-
setOperationTypeCode
Sets the rough planning operation type code- Parameters:
operationTypeCode- the rough planning operation type code
-
getUrgencyCode
Returns the rough planning urgency code- Returns:
- the rough planning urgency code
-
setUrgencyCode
Sets the rough planning urgency code- Parameters:
urgencyCode- the rough planning urgency code
-