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

public class BONotifiableUser extends DynO
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
  • Constructor Details

    • BONotifiableUser

      public BONotifiableUser()
  • Method Details

    • getUserId

      public Long getUserId()
      Returns the user id.
      Returns:
      the user id
      See Also:
    • setUserId

      public void setUserId(Long userId)
      Sets the user id.
      Parameters:
      userId - the user id
      See Also:
    • getDeviceId

      public Long getDeviceId()
      Returns the device id.
      Returns:
      the device id
    • setDeviceId

      public void setDeviceId(Long deviceId)
      Sets the device id.
      Parameters:
      deviceId - the device id
    • getToken

      public String getToken()
      Returns the device token.
      Returns:
      the device token
    • setToken

      public void setToken(String token)
      Sets the device token.
      Parameters:
      token - the device token
    • getOperatingSystem

      public Long getOperatingSystem()
      Returns the device operating system id.
      Returns:
      the operating system id
    • setOperatingSystem

      public void setOperatingSystem(Long operatingSystem)
      Sets the device operating system id.
      Parameters:
      operatingSystem - the device operating system id