Class WorkloadAnalysisCopyInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.event.WorkloadAnalysisCopyInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an input for the event that copies an existing workload analysis
- Since:
- 19.0
- See Also:
- GCApi:
- bo
-
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 TypeMethodDescriptiongetCode()Returns the copied workload analysis codeReturns the copied workload analysis descriptionReturns the workload analysis id to be copiedgetState()Returns the copied workload analysis state's idvoidSets the copied workload analysis codevoidsetDescription(String description) Sets the copied workload analysis descriptionvoidsetSourceWorkloadAnalysisToCopyId(Long sourceWorkloadAnalysisToCopyId) Sets the workload analysis id to be copiedvoidSets the copied workload analysis state's idMethods 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
-
WorkloadAnalysisCopyInput
public WorkloadAnalysisCopyInput()
-
-
Method Details
-
getSourceWorkloadAnalysisToCopyId
Returns the workload analysis id to be copied- Returns:
- the workload analysis id to be copied
-
setSourceWorkloadAnalysisToCopyId
Sets the workload analysis id to be copied- Parameters:
sourceWorkloadAnalysisToCopyId- the workload analysis id to be copied
-
getCode
Returns the copied workload analysis code- Returns:
- the copied workload analysis code
-
setCode
Sets the copied workload analysis code- Parameters:
code- the copied workload analysis code
-
getDescription
Returns the copied workload analysis description- Returns:
- the copied workload analysis description
-
setDescription
Sets the copied workload analysis description- Parameters:
description- the copied workload analysis description
-
getState
Returns the copied workload analysis state's id- Returns:
- the state's id
- See Also:
-
setState
Sets the copied workload analysis state's id- Parameters:
state- the copied workload analysis state's id- See Also:
-