Class BOBundleSkill
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.skill.BOBundleSkill
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the relation between a
Bundle and a {skill. - Since:
- 10.1
- 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 TypeMethodDescriptionReturns theBOBundleHeaderid.Returns the cardinality of the skill.getId()Returns the bundle skill id.getSkill()Returns the {skill id.voidSets theBOBundleHeaderid.voidsetCardinality(Long cardinality) Sets the cardinality of the skill.voidSets the bundle skill id.voidSets the {skill id.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
-
BOBundleSkill
public BOBundleSkill()
-
-
Method Details
-
getId
Returns the bundle skill id.- Returns:
- the bundle skill id
-
setId
Sets the bundle skill id.- Parameters:
id- the bundle skill id
-
getBundle
Returns theBOBundleHeaderid.- Returns:
- the bundle id
- See Also:
-
setBundle
Sets theBOBundleHeaderid.- Parameters:
bundle- the bundle id- See Also:
-
getSkill
Returns the {skill id.- Returns:
- the skill id
-
setSkill
Sets the {skill id.- Parameters:
skill- the skill id
-
getCardinality
Returns the cardinality of the skill.- Returns:
- the cardinality
-
setCardinality
Sets the cardinality of the skill.- Parameters:
cardinality- the cardinality
-