Class BOWorkLoadDistribution
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.activity.workloaddistribution.BOWorkLoadDistribution
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a work load.
- 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 id.Returns the activity code.Returns the duration.Returns the end date.Returns the operation type id.Returns the operation type code.Returns the start date.getTasks()Returns the number of tasks.Returns the urgency idReturns the urgency codevoidsetActivity(Long activity) Sets the activity idvoidsetActivityCode(String activityCode) Sets the activity codevoidsetDuration(Long duration) Sets the duration.voidsetEndDate(Date endDate) Sets the end date.voidsetOperationType(Long operationType) Sets the operation type idvoidsetOperationTypeCode(String operationTypeCode) Sets the operation type codevoidsetStartDate(Date startDate) Sets the start date.voidSets the number of tasks.voidsetUrgency(Long urgency) Sets the urgency idvoidsetUrgencyCode(String urgencyCode) Sets the urgency codeMethods 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
-
BOWorkLoadDistribution
public BOWorkLoadDistribution()
-
-
Method Details
-
getActivity
Returns the activity id.- Returns:
- the activity id
-
setActivity
Sets the activity id- Parameters:
activity- the activity id
-
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
-
getOperationType
Returns the operation type id.- Returns:
- the operation type id
-
setOperationType
Sets the operation type id- Parameters:
operationType- the operation type id
-
getOperationTypeCode
Returns the operation type code.- Returns:
- the operation type code
-
setOperationTypeCode
Sets the operation type code- Parameters:
operationTypeCode- the operation type code
-
getUrgency
Returns the urgency id- Returns:
- the urgency id
-
setUrgency
Sets the urgency id- Parameters:
urgency- the urgencyId
-
getUrgencyCode
Returns the urgency code- Returns:
- the urgency code
-
setUrgencyCode
Sets the urgency code- Parameters:
urgencyCode- the urgency code
-