Class BOResource
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.resource.BOResource
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a user.
- Since:
- 20.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 user end date.getId()Returns the user id.getName()Returns the user name.Returns the id of the user operation center.Returns the user start date.Returns the user surname.Returns the user username.voidsetEndDate(Date endDate) Sets the user end date.voidSets the user id.voidSets the user name.voidsetOperationCenter(Long operationCenter) Sets the id of the user operation center.voidsetStartDate(Date startDate) Sets the user start date.voidsetSurname(String surname) Sets the user surname.voidsetUsername(String username) Sets the user username.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
-
BOResource
public BOResource()
-
-
Method Details
-
getId
Returns the user id.- Returns:
- the user id
-
getName
Returns the user name.- Returns:
- the name
-
getSurname
Returns the user surname.- Returns:
- the surname
-
getUsername
Returns the user username.- Returns:
- the username
-
setId
Sets the user id.- Parameters:
id- the user id
-
setName
Sets the user name.- Parameters:
name- the name
-
setSurname
Sets the user surname.- Parameters:
surname- the surname
-
setUsername
Sets the user username.- Parameters:
username- the username
-
getStartDate
Returns the user start date.- Returns:
- the start date
-
getEndDate
Returns the user end date.- Returns:
- the end date
-
setStartDate
Sets the user start date.- Parameters:
startDate- the start date
-
setEndDate
Sets the user end date.- Parameters:
endDate- the end date
-
getOperationCenter
Returns the id of the user operation center.- Returns:
- the operation center id
- See Also:
-
setOperationCenter
Sets the id of the user operation center.- Parameters:
operationCenter- the operation center id- See Also:
-