public class

User

extends Object
java.lang.Object
   ↳ com.pdftron.collab.ui.reply.model.User

Class Overview

View state model representing a user.

Summary

Public Constructors
User(String id, String userName)
Public Methods
boolean equals(Object o)
String getId()
String getUserName()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public User (String id, String userName)

Public Methods

public boolean equals (Object o)

public String getId ()

Returns
  • id of the user.

public String getUserName ()

Returns
  • username of this user. Displayed by the UI.

public int hashCode ()