Class BOClockingType
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.timesheets.bl.clocking.type.BOClockingType
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a clocking type
- 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 id of action type associated to the clocking type.Checks if clocking is active.getCode()Returns the clocking type code.Returns the clocking type description.getId()Returns the clocking type id.voidsetActionType(Long actionType) Sets Returns the id of action type associated to the clocking type.voidSets if clocking is active.voidSets the clocking type code.voidsetDescription(String description) Sets the clocking type description.voidSets the clocking type 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
-
BOClockingType
public BOClockingType()
-
-
Method Details
-
getId
Returns the clocking type id.- Returns:
- the the clocking type id
-
setId
Sets the clocking type id.- Parameters:
id- the clocking type id
-
getCode
Returns the clocking type code.- Returns:
- the code
-
setCode
Sets the clocking type code.- Parameters:
code- the code
-
getDescription
Returns the clocking type description.- Returns:
- the description
-
setDescription
Sets the clocking type description.- Parameters:
description- the description
-
getActionType
Returns the id of action type associated to the clocking type.- Returns:
- the action type id
- See Also:
-
setActionType
Sets Returns the id of action type associated to the clocking type.- Parameters:
actionType- the action type id- See Also:
-
getActive
Checks if clocking is active.- Returns:
- true if clocking is active false otherwise
-
setActive
Sets if clocking is active.- Parameters:
active- true if clocking is active false otherwise
-