Class BORoughPlanningActivityResult
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.activity.result.BORoughPlanningActivityResult
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a row of a rough planning activity result
- 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 activityReturns the rough planning activity codeReturns the rough planning bucketgetId()Returns the rough planning activity idReturns the rough planning operation typeReturns the rough planning operation type codeReturns the rough planning idReturns the rough planning urgencyReturns the rough planning urgency codeReturns the rough planning activity workload per bucketvoidsetActivity(Long activity) Sets the rough planning activityvoidsetActivityCode(String activityCode) Sets the rough planning activity codevoidSets the rough planning bucketvoidSets the rough planning activity idvoidsetOperationType(Long operationType) Sets the rough planning operation typevoidsetOperationTypeCode(String operationTypeCode) Sets the rough planning operation type codevoidsetRoughPlanning(Long roughPlanning) Sets the rough planning idvoidsetUrgency(Long urgency) Sets the rough planning urgencyvoidsetUrgencyCode(String urgencyCode) Sets the rough planning urgency codevoidsetWorkloadTime(Long workloadTime) Sets the rough planning activity workload per bucketMethods 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
-
BORoughPlanningActivityResult
public BORoughPlanningActivityResult()
-
-
Method Details
-
getId
Returns the rough planning activity id- Returns:
- the rough planning activity id
-
setId
Sets the rough planning activity id- Parameters:
id- the rough planning activity id
-
getRoughPlanning
Returns the rough planning id- Returns:
- the id
- See Also:
-
setRoughPlanning
Sets the rough planning id- Parameters:
roughPlanning- the id
-
getActivity
Returns the rough planning activity- Returns:
- the rough planning activity
-
setActivity
Sets the rough planning activity- Parameters:
activity- the rough planning activity
-
getBucket
Returns the rough planning bucket- Returns:
- the rough planning bucket
-
setBucket
Sets the rough planning bucket- Parameters:
bucket- the rough planning bucket
-
getWorkloadTime
Returns the rough planning activity workload per bucket- Returns:
- the rough planning activity workload per bucket
-
setWorkloadTime
Sets the rough planning activity workload per bucket- Parameters:
workloadTime- the rough planning activity workload per bucket
-
getOperationType
Returns the rough planning operation type- Returns:
- the rough planning operation type
-
setOperationType
Sets the rough planning operation type- Parameters:
operationType- the rough planning operation type
-
getUrgency
Returns the rough planning urgency- Returns:
- the rough planning urgency
-
setUrgency
Sets the rough planning urgency- Parameters:
urgency- the rough planning urgency
-
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
-