Class ForecastResourceDetailCopyInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.event.ForecastResourceDetailCopyInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the input for the
ForecastResourceDetailCopyEvent. - Since:
- 15.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 TypeMethodDescriptionIt returns the resource forecast header's idIt returns the id of the resource from which to copy the details (i.e., the calendars)It returns the list of the target resources' ids (i.e., the forecast resources' ids) to which apply the copied details (i.e., calendars)voidsetResourceForecastHeaderId(Long resourceForecastHeaderId) It sets the resource forecast header's idvoidsetSourceResourceId(Long sourceResourceId) It sets the id of the resource from which to copy the details (i.e., the calendars)voidsetTargetResourcesIds(Collection<Long> targetResourcesIds) It sets the list of the target resources' ids (i.e., the forecast resources' ids) to which apply the copied details (i.e., calendars).Methods 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
-
ForecastResourceDetailCopyInput
public ForecastResourceDetailCopyInput()
-
-
Method Details
-
getResourceForecastHeaderId
It returns the resource forecast header's id- Returns:
- resourceForecastHeaderId
- See Also:
-
setResourceForecastHeaderId
It sets the resource forecast header's id- Parameters:
resourceForecastHeaderId-- See Also:
-
getSourceResourceId
It returns the id of the resource from which to copy the details (i.e., the calendars)- Returns:
- sourceResourceId
- See Also:
-
setSourceResourceId
It sets the id of the resource from which to copy the details (i.e., the calendars)- Parameters:
sourceResourceId-- See Also:
-
getTargetResourcesIds
It returns the list of the target resources' ids (i.e., the forecast resources' ids) to which apply the copied details (i.e., calendars)- Returns:
- targetResourcesIds
- See Also:
-
setTargetResourcesIds
It sets the list of the target resources' ids (i.e., the forecast resources' ids) to which apply the copied details (i.e., calendars).- Parameters:
targetResourcesIds-- See Also:
-