Class BOResourceQualification
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.resources.bl.resource.qualification.BOResourceQualification
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a resource qualification.
- Since:
- 17.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 TypeMethodDescriptionReturns the end date.Returns the qualification type.Returns the resource id.Returns the start date.voidsetEndDate(Date endDate) Sets the end date.voidsetQualificationType(Long qualificationType) Sets the qualification type.voidsetResource(Long resource) Sets the resource id.voidsetStartDate(Date startDate) Sets the start date.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
-
BOResourceQualification
public BOResourceQualification()
-
-
Method Details
-
getResource
Returns the resource id.- Returns:
- the resource id
-
setResource
Sets the resource id.- Parameters:
resource- the resource id
-
getStartDate
Returns the start date.- Returns:
- the start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the start date
-
getEndDate
Returns the end date.- Returns:
- the end date
-
setEndDate
Sets the end date.- Parameters:
endDate- the end date
-
getQualificationType
Returns the qualification type.- Returns:
- the qualification type
-
setQualificationType
Sets the qualification type.- Parameters:
qualificationType- the qualification type
-