org.openrdf.elmo.smusher.listener
Class CollectorListener.Pair

java.lang.Object
  extended by org.openrdf.elmo.smusher.listener.CollectorListener.Pair
Enclosing class:
CollectorListener

public class CollectorListener.Pair
extends Object


Constructor Summary
CollectorListener.Pair(Resource first, Resource second)
           
 
Method Summary
 boolean equals(Object obj)
           
 Resource getFirst()
           
 Resource getSecond()
           
 int hashCode()
           
 void setFirst(Resource first)
           
 void setSecond(Resource second)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectorListener.Pair

public CollectorListener.Pair(Resource first,
                              Resource second)
Method Detail

getFirst

public Resource getFirst()
Returns:
Returns the first.

setFirst

public void setFirst(Resource first)
Parameters:
first - The first to set.

getSecond

public Resource getSecond()
Returns:
Returns the second.

setSecond

public void setSecond(Resource second)
Parameters:
second - The second to set.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2007. All Rights Reserved.