Class BOClocking
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.BOClocking
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a clocking.
- Since:
- 9.2
- 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 clocking date.getId()Returns the clocking id.Returns the clocking insert date.Returns the clocking registration date.Returns the clocking resource shift id.getState()Returns the clocking state id.getType()Returns the clocking type id.getUser()Returns the clocking user id.voidsetClockingDate(Date clockingDate) Sets the clocking date.voidSets the clocking id.voidsetInsertDate(Date insertDate) Sets the clocking insert date.voidsetRegistrationDate(Date registrationDate) Sets the clocking registration date.voidsetResourceShift(Long resourceShift) Sets the clocking resource shift id.voidSets the clocking state id.voidSets the clocking type id.voidSets the clocking user 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
-
BOClocking
public BOClocking()
-
-
Method Details
-
getId
Returns the clocking id.- Returns:
- the the clocking id
-
setId
Sets the clocking id.- Parameters:
id- the clocking id
-
getClockingDate
Returns the clocking date.- Returns:
- the clocking date
-
setClockingDate
Sets the clocking date.- Parameters:
clockingDate- the clocking date
-
getRegistrationDate
Returns the clocking registration date.- Returns:
- the registration date
-
setRegistrationDate
Sets the clocking registration date.- Parameters:
registrationDate- the registration date
-
getInsertDate
Returns the clocking insert date.- Returns:
- the insert date
-
setInsertDate
Sets the clocking insert date.- Parameters:
insertDate- the insert date
-
getResourceShift
Returns the clocking resource shift id.- Returns:
- the resource shift id
- See Also:
-
setResourceShift
Sets the clocking resource shift id.- Parameters:
resourceShift- the resource shift id- See Also:
-
getUser
Returns the clocking user id.- Returns:
- the user id
- See Also:
-
setUser
Sets the clocking user id.- Parameters:
user- the user id- See Also:
-
getType
Returns the clocking type id.- Returns:
- the clocking type id
-
setType
Sets the clocking type id.- Parameters:
type- the clocking type id
-
getState
Returns the clocking state id.- Returns:
- the clocking state id
-
setState
Sets the clocking state id.- Parameters:
state- the clocking state id
-