Class DTOBundleSkill
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.skill.DTOBundleSkill
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing a bundle skill.
- Since:
- 21.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal LongReturns the bundle id.final LongReturns the cardinality of the skill.final LonggetId()Returns the bundle skill id.final LonggetSkill()Returns the skill id.final voidSets the bundle id.final voidsetCardinality(Long cardinality) Sets the cardinality of the skill.final voidSets the bundle skill id.final 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
-
DTOBundleSkill
public DTOBundleSkill()
-
-
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 the bundle id.- Returns:
- the bundle id
-
setBundle
Sets the bundle id.- Parameters:
bundle- the bundle id
-
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
-