antsim
Class Rid

java.lang.Object
  |
  +--antsim.Rid
All Implemented Interfaces:
RequestId

public class Rid
extends Object
implements RequestId

Version:
$Revision: 1.5 $
Author:
Alberto Montresor

Constructor Summary
Rid(Nest nest)
           
 
Method Summary
 boolean equals(Object obj)
          Check whether this Rid is equal to the specified object.
 Nest getNest()
           
 NestId getNestId()
           
 int hashCode()
          Returns a hash code value for the object.
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Rid

public Rid(Nest nest)
Method Detail

getNestId

public NestId getNestId()
Specified by:
getNestId in interface RequestId

getNest

public Nest getNest()

equals

public boolean equals(Object obj)
Check whether this Rid is equal to the specified object.

Overrides:
equals in class Object

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class Object

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object