org.archive.crawler.util
Class StringIntPair

java.lang.Object
  extended by org.archive.crawler.util.StringIntPair

public class StringIntPair
extends java.lang.Object

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
StringIntPair(java.lang.String s, int i)
           
 
Method Summary
 int getIntValue()
           
 java.lang.String getStringValue()
           
 void setIntValue(int i)
           
 void setStringValue(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringIntPair

public StringIntPair(java.lang.String s,
                     int i)
Method Detail

getIntValue

public int getIntValue()

getStringValue

public java.lang.String getStringValue()

setIntValue

public void setIntValue(int i)
Parameters:
i -

setStringValue

public void setStringValue(java.lang.String string)
Parameters:
string -


Copyright © 2003-2011 Internet Archive. All Rights Reserved.