com.veriplace.client
Class User

java.lang.Object
  extended by com.veriplace.client.User

public class User
extends java.lang.Object

Representation of a Veriplace user.

Veriplace users consist primarily of a 64-bit unique identifier.


Constructor Summary
User(long id)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 long getId()
          Get the user's identifier.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User(long id)
Method Detail

getId

public long getId()
Get the user's identifier.


equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object