org.freecompany.redline
Class IntString

java.lang.Object
  extended by org.freecompany.redline.IntString

public class IntString
extends Object

Simple class to pair an int and a String with each other.


Constructor Summary
IntString(int theInt, String theString)
           
 
Method Summary
 int getInt()
           
 String getString()
           
 void setInt(int theInt)
           
 void setString(String theString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntString

public IntString(int theInt,
                 String theString)
Method Detail

setInt

public void setInt(int theInt)

getInt

public int getInt()

setString

public void setString(String theString)

getString

public String getString()


Copyright © 2012. All Rights Reserved.