All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class chat.User

java.lang.Object
   |
   +----chat.User

public class User
extends Object

Constructor Index

 o User(String, UNI)

Method Index

 o equals(Object)
 o getIdentification()
 o hashCode()
 o toString()

Constructors

 o User
 public User(String name,
             UNI identification)

Methods

 o getIdentification
 public UNI getIdentification()
 o toString
 public String toString()
Overrides:
toString in class Object
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index