wt.org
Class AuthNameKey

java.lang.Object
  extended bywt.org.AuthNameKey
All Implemented Interfaces:
Serializable

class AuthNameKey
extends Object
implements Serializable


Field Summary
private  int hashcode
           
(package private)  String name
           
 
Constructor Summary
AuthNameKey(String name)
           
 
Method Summary
 boolean equals(Object other)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

String name

hashcode

private int hashcode
Constructor Detail

AuthNameKey

public AuthNameKey(String name)
Method Detail

getName

public String getName()

hashCode

public int hashCode()

equals

public boolean equals(Object other)

toString

public String toString()