Class BOMobileErrorLog
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.bl.errorlog.BOMobileErrorLog
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing mobile error log
- Since:
- 18.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 TypeMethodDescriptiongetDate()Gets the date.Gets the devicekey.Gets the exceptionmessage.Gets the exceptiontype.getId()Gets the id.Gets the stacktrace.getUser()Gets the user.Gets the background.voidsetBackground(Boolean background) Sets the background.voidSets the date.voidsetDevicekey(String devicekey) Sets the devicekey.voidsetExceptionmessage(String exceptionmessage) Sets the exceptionmessage.voidsetExceptiontype(String exceptiontype) Sets the exceptiontype.voidSets the id.voidsetStacktrace(String stacktrace) Sets the stacktrace.voidSets the user.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
-
BOMobileErrorLog
public BOMobileErrorLog()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getDate
Gets the date.- Returns:
- the date
-
setDate
Sets the date.- Parameters:
date- the new date
-
getUser
Gets the user.- Returns:
- the user
-
setUser
Sets the user.- Parameters:
user- the new user
-
getDevicekey
Gets the devicekey.- Returns:
- the devicekey
-
setDevicekey
Sets the devicekey.- Parameters:
devicekey- the new devicekey
-
getExceptiontype
Gets the exceptiontype.- Returns:
- the exceptiontype
-
setExceptiontype
Sets the exceptiontype.- Parameters:
exceptiontype- the new exceptiontype
-
getExceptionmessage
Gets the exceptionmessage.- Returns:
- the exceptionmessage
-
setExceptionmessage
Sets the exceptionmessage.- Parameters:
exceptionmessage- the new exceptionmessage
-
getStacktrace
Gets the stacktrace.- Returns:
- the stacktrace
-
setStacktrace
Sets the stacktrace.- Parameters:
stacktrace- the new stacktrace
-
isBackground
Gets the background.- Returns:
- the background
-
setBackground
Sets the background.- Parameters:
background- the new background
-