Class BOBundleRequirement
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.bundleRequirement.BOBundleRequirement
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a bundle requirement.
A requirement defines constraints on which resources or teams can be assigned to a bundle. Requirements can be of different types:
A requirement defines constraints on which resources or teams can be assigned to a bundle. Requirements can be of different types:
- Mandatory: resources or teams that must be assigned to the bundle
- Preferred: resources that should be assigned when possible
- Excluded: resources or teams that must not be assigned to the bundle
- Since:
- 22.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 TypeMethodDescriptionGets the bundle header.getId()Gets the id.Gets the resource code.Gets the team code.getType()Gets the type.voidsetBundleHeader(Long bundleHeader) Sets the bundle header.voidSets the id.voidsetResourceIdentityNumber(String resourceIdentityNumber) Sets the resource code.voidsetTeamIdentityNumber(String teamIdentityNumber) Sets the team code.voidSets the type.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
-
BOBundleRequirement
public BOBundleRequirement()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getBundleHeader
Gets the bundle header.- Returns:
- the bundle header
-
setBundleHeader
Sets the bundle header.- Parameters:
bundleHeader- the new bundle header
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getTeamIdentityNumber
Gets the team code.- Returns:
- the team code
-
setTeamIdentityNumber
Sets the team code.- Parameters:
teamIdentityNumber- the new team code
-
getResourceIdentityNumber
Gets the resource code.- Returns:
- the resource code
-
setResourceIdentityNumber
Sets the resource code.- Parameters:
resourceIdentityNumber- the new resource code
-