Class BONotifiableUser
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.notification.BONotifiableUser
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object used to portray the information of a mobile user, in relation with some of his device information.
- Since:
- 14.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 device id.Returns the device operating system id.getToken()Returns the device token.Returns the user id.voidsetDeviceId(Long deviceId) Sets the device id.voidsetOperatingSystem(Long operatingSystem) Sets the device operating system id.voidSets the device token.voidSets the 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
-
BONotifiableUser
public BONotifiableUser()
-
-
Method Details
-
getUserId
Returns the user id.- Returns:
- the user id
- See Also:
-
setUserId
Sets the user id.- Parameters:
userId- the user id- See Also:
-
getDeviceId
Returns the device id.- Returns:
- the device id
-
setDeviceId
Sets the device id.- Parameters:
deviceId- the device id
-
getToken
Returns the device token.- Returns:
- the device token
-
setToken
Sets the device token.- Parameters:
token- the device token
-
getOperatingSystem
Returns the device operating system id.- Returns:
- the operating system id
-
setOperatingSystem
Sets the device operating system id.- Parameters:
operatingSystem- the device operating system id
-