Class DemandSummary
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.demand.DemandSummary
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the rough planning demand 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 TypeMethodDescriptionReturns the activity code of the summaryReturns the activity of the summaryReturns the operation type code of the summaryReturns the operation type of the summaryReturns the urgency code of the summaryReturns the urgency of the summaryvoidsetActivityCode(String activityCode) Sets the activity code of the summaryvoidsetActivityId(Long activityId) Sets the activity of the summaryvoidsetBucketId(Long bucketId) voidsetDemandTime(Long demandTime) The total demand hoursvoidsetOperationTypeCode(String operationTypeCode) Sets the operation type code of the summaryvoidsetOperationTypeId(Long operationTypeId) Sets the operation type of the summaryvoidsetPosition(Long position) The position of the item in the summaryvoidsetStartDate(Date startDate) The start date of the item in the summaryvoidsetUrgencyCode(String urgencyCode) Sets the urgency code of the summaryvoidsetUrgencyId(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
-
DemandSummary
public DemandSummary()
-
-
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
-
getDemandTime
- Returns:
- The total demand hours
-
setDemandTime
The total demand hours- Parameters:
demandTime- total demand hours
-
getBucketId
- Returns:
- the bucket of the summary
- See Also:
-
setBucketId
- Parameters:
bucketId- the bucket of the summary- See Also:
-
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
-
getActivityCode
Returns the activity code of the summary- Returns:
- the activity code of the summary
-
setActivityCode
Sets the activity code of the summary- Parameters:
activityCode- the activity code of the summary
-
getOperationTypeCode
Returns the operation type code of the summary- Returns:
- the operation type code of the summary
-
setOperationTypeCode
Sets the operation type code of the summary- Parameters:
operationTypeCode- the operation type code of the summary
-
getUrgencyCode
Returns the urgency code of the summary- Returns:
- the urgency code of the summary
-
setUrgencyCode
Sets the urgency code of the summary- Parameters:
urgencyCode- the urgency type code of the summary
-