net.handle.hdllib
Class AbstractResponseAndIndex

java.lang.Object
  extended by net.handle.hdllib.AbstractResponseAndIndex

public class AbstractResponseAndIndex
extends java.lang.Object


Constructor Summary
AbstractResponseAndIndex(int index, AbstractResponse response)
           
 
Method Summary
 int getIndex()
           
 AbstractResponse getResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractResponseAndIndex

public AbstractResponseAndIndex(int index,
                                AbstractResponse response)
Method Detail

getResponse

public AbstractResponse getResponse()

getIndex

public int getIndex()