edu.berkeley.cs.db.yfilter.querymodule
Class IDPair

java.lang.Object
  |
  +--edu.berkeley.cs.db.yfilter.querymodule.IDPair

public class IDPair
extends java.lang.Object


Field Summary
protected  int m_pathId
           
protected  int m_queryId
           
 
Constructor Summary
IDPair(int queryId, int pathId)
           
 
Method Summary
 boolean equals(java.lang.Object id)
           
 int getPathId()
           
 int getQueryId()
           
 int hashCode()
           
 void print()
           
 void printToFile(java.io.PrintWriter out)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

m_queryId

protected int m_queryId

m_pathId

protected int m_pathId
Constructor Detail

IDPair

public IDPair(int queryId,
              int pathId)
Method Detail

getQueryId

public int getQueryId()

getPathId

public int getPathId()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

print

public void print()

printToFile

public void printToFile(java.io.PrintWriter out)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object id)
Overrides:
equals in class java.lang.Object