tigase.server.xmppserver
Class CID

java.lang.Object
  extended by tigase.server.xmppserver.CID

public class CID
extends Object

Created: Jan 7, 2010 12:51:33 PM

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
CID(String cid)
          Constructs ...
CID(String fromHost, String toHost)
          Constructs ...
 
Method Summary
 boolean equals(Object o)
          Method description
 String getFromHost()
          Method description
 String getToHost()
          Method description
 int hashCode()
          Method description
 String toString()
          Method description
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CID

public CID(String cid)
Constructs ...

Parameters:
cid -

CID

public CID(String fromHost,
           String toHost)
Constructs ...

Parameters:
fromHost -
toHost -
Method Detail

equals

public boolean equals(Object o)
Method description

Overrides:
equals in class Object
Parameters:
o -
Returns:

getFromHost

public String getFromHost()
Method description

Returns:

getToHost

public String getToHost()
Method description

Returns:

hashCode

public int hashCode()
Method description

Overrides:
hashCode in class Object
Returns:

toString

public String toString()
Method description

Overrides:
toString in class Object
Returns:


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.