metaglue
Class CatalogID

java.lang.Object
  |
  +--metaglue.CatalogID
All Implemented Interfaces:
Serializable

public class CatalogID
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CatalogID(InetAddress host)
           
 
Method Summary
 boolean equals(Object o)
           
 InetAddress getHost()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogID

public CatalogID(InetAddress host)
Method Detail

getHost

public InetAddress getHost()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object