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

public class BOMobileErrorLog extends DynO
Business Object representing mobile error log
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOMobileErrorLog

      public BOMobileErrorLog()
  • Method Details

    • getId

      public Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • setDate

      public void setDate(Date date)
      Sets the date.
      Parameters:
      date - the new date
    • getUser

      public Long getUser()
      Gets the user.
      Returns:
      the user
    • setUser

      public void setUser(Long user)
      Sets the user.
      Parameters:
      user - the new user
    • getDevicekey

      public String getDevicekey()
      Gets the devicekey.
      Returns:
      the devicekey
    • setDevicekey

      public void setDevicekey(String devicekey)
      Sets the devicekey.
      Parameters:
      devicekey - the new devicekey
    • getExceptiontype

      public String getExceptiontype()
      Gets the exceptiontype.
      Returns:
      the exceptiontype
    • setExceptiontype

      public void setExceptiontype(String exceptiontype)
      Sets the exceptiontype.
      Parameters:
      exceptiontype - the new exceptiontype
    • getExceptionmessage

      public String getExceptionmessage()
      Gets the exceptionmessage.
      Returns:
      the exceptionmessage
    • setExceptionmessage

      public void setExceptionmessage(String exceptionmessage)
      Sets the exceptionmessage.
      Parameters:
      exceptionmessage - the new exceptionmessage
    • getStacktrace

      public String getStacktrace()
      Gets the stacktrace.
      Returns:
      the stacktrace
    • setStacktrace

      public void setStacktrace(String stacktrace)
      Sets the stacktrace.
      Parameters:
      stacktrace - the new stacktrace
    • isBackground

      public Boolean isBackground()
      Gets the background.
      Returns:
      the background
    • setBackground

      public void setBackground(Boolean background)
      Sets the background.
      Parameters:
      background - the new background