Package net.handle.hdllib
Class AbstractResponseAndIndex
- java.lang.Object
 - 
- net.handle.hdllib.AbstractResponseAndIndex
 
 
- 
public class AbstractResponseAndIndex extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractResponseAndIndex(int index, AbstractResponse response) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()AbstractResponsegetResponse() 
 - 
 
- 
- 
Constructor Detail
- 
AbstractResponseAndIndex
public AbstractResponseAndIndex(int index, AbstractResponse response) 
 - 
 
- 
Method Detail
- 
getResponse
public AbstractResponse getResponse()
 
- 
getIndex
public int getIndex()
 
 - 
 
 -