Class SchedulingResourcePosition
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.SchedulingResourcePosition
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- See Also:
-
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 TypeMethodDescriptiongetColor()Returns the scheduling resource color.Returns the detection date of the positiongetId()Returns the scheduling resource id.getName()Returns the scheduling resource name.Returns the picture uuidReturns the scheduling resource surname.Returns the scheduling resource x coord.Returns the scheduling resource y coord.voidSets the scheduling resource color.voidsetDetectionDate(Date detectionDate) Sets the scheduling resource detection date.voidSets the scheduling resource id.voidSets the scheduling resource name.voidsetOverlapping(Boolean overlapping) voidsetPictureUuid(String pictureUuid) Sets the scheduling resource picture uuid.voidsetSurname(String surname) Sets the scheduling resource surname.voidSets the scheduling resource x coord.voidSets the scheduling resource y coord.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
-
SchedulingResourcePosition
public SchedulingResourcePosition()
-
-
Method Details
-
getId
Returns the scheduling resource id.- Returns:
- the resource id
-
setId
Sets the scheduling resource id.- Parameters:
id- the resource id
-
getName
Returns the scheduling resource name.- Returns:
- the resource name
-
setName
Sets the scheduling resource name.- Parameters:
name- the surname
-
getSurname
Returns the scheduling resource surname.- Returns:
- the resource surname
-
setSurname
Sets the scheduling resource surname.- Parameters:
surname- the surname
-
getColor
Returns the scheduling resource color.- Returns:
- the resource color
-
setColor
Sets the scheduling resource color.- Parameters:
color- the color
-
getxCoord
Returns the scheduling resource x coord.- Returns:
- the x coord
-
setxCoord
Sets the scheduling resource x coord.- Parameters:
xCoord- the x coord
-
getyCoord
Returns the scheduling resource y coord.- Returns:
- the y coord
-
setyCoord
Sets the scheduling resource y coord.- Parameters:
yCoord- the y coord
-
getDetectionDate
Returns the detection date of the position- Returns:
- the detection date of the position
-
setDetectionDate
Sets the scheduling resource detection date.- Parameters:
detectionDate- the detection date
-
getPictureUuid
Returns the picture uuid- Returns:
- the picture uuid
-
setPictureUuid
Sets the scheduling resource picture uuid.- Parameters:
pictureUuid- the picture uuid
-
getOverlapping
-
setOverlapping
-