Class BOClocking
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.timesheets.bl.clocking.BOClocking
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a Clocking.
- 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 clocking date of the clocking.getId()Returns the ID of the clocking.Returns the insertion date of the clocking.getNote()Returns the notes about the clocking.Returns the registration date of the clocking.Returns the resource of the clocking.Returns the status of the clocking.getType()Returns the type of the clocking.Returns the work shift of the clocking.voidsetClockingDate(Date clockingDate) Sets the clocking date of the clocking.voidSets the ID of the clocking.voidsetInsertDate(Date insertDate) Sets the insertion date of the clocking.voidSets the notes about the clocking.voidsetRegistrationDate(Date registrationDate) Sets the registration date of the clocking.voidsetResource(Long resource) Sets the resource of the clocking.voidSets the status of the clocking.voidSets the type of the clocking.voidsetWorkShift(Long workShift) Sets the work shift of the clocking.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 ID of the clocking.- Returns:
- id the ID of the clocking
-
setId
Sets the ID of the clocking.- Parameters:
id- the ID of the clocking
-
getClockingDate
Returns the clocking date of the clocking.- Returns:
- clockingDate the clocking date of the clocking
-
setClockingDate
Sets the clocking date of the clocking.- Parameters:
clockingDate- the clocking date of the clocking
-
getRegistrationDate
Returns the registration date of the clocking.- Returns:
- registrationDate the registration date of the clocking
-
setRegistrationDate
Sets the registration date of the clocking.- Parameters:
registrationDate- the registration date of the clocking
-
getInsertDate
Returns the insertion date of the clocking.- Returns:
- insertDate the insertion date of the clocking
-
setInsertDate
Sets the insertion date of the clocking.- Parameters:
insertDate- the insertion date of the clocking
-
getWorkShift
Returns the work shift of the clocking.- Returns:
- workShift the work shift of the clocking
-
setWorkShift
Sets the work shift of the clocking.- Parameters:
workShift- the work shift of the clocking
-
getResource
Returns the resource of the clocking.- Returns:
- resource the resource of the clocking
-
setResource
Sets the resource of the clocking.- Parameters:
resource- the resource of the clocking
-
getType
Returns the type of the clocking.- Returns:
- type the type of the clocking
-
setType
Sets the type of the clocking.- Parameters:
type- the type of the clocking
-
getNote
Returns the notes about the clocking.- Returns:
- note the notes about the clocking
-
setNote
Sets the notes about the clocking.- Parameters:
note- the notes about the clocking
-
getStatus
Returns the status of the clocking.- Returns:
- status the status of the clocking
-
setStatus
Sets the status of the clocking.- Parameters:
status- the status of the clocking
-