org.abstracthorizon.mercury.imap.util.section
Class UID

java.lang.Object
  extended by org.abstracthorizon.mercury.imap.util.section.UID

public class UID
extends Object

UID section

Author:
Daniel Sendula

Field Summary
static int hash
          Hash code of UID string
static UID instance
          Static UID instance
static String UID
          UID string
 
Constructor Summary
UID()
           
 
Method Summary
 boolean equals(Object o)
          Returns true if object is of UID type
 int hashCode()
          Returns hash code
 String toString()
          Returns string representation of this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UID

public static final String UID
UID string

See Also:
Constant Field Values

hash

public static final int hash
Hash code of UID string


instance

public static final UID instance
Static UID instance

Constructor Detail

UID

public UID()
Method Detail

toString

public String toString()
Returns string representation of this object

Overrides:
toString in class Object
Returns:
string representation of this object

equals

public boolean equals(Object o)
Returns true if object is of UID type

Overrides:
equals in class Object

hashCode

public int hashCode()
Returns hash code

Overrides:
hashCode in class Object
Returns:
hash code


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.