org.openscience.nmrshiftdb.util
Class StringAndInt

java.lang.Object
  extended by org.openscience.nmrshiftdb.util.StringAndInt
Direct Known Subclasses:
StringAndIntAndBoolean

public class StringAndInt
extends java.lang.Object

This is a class containing a String and an int

Author:
shk3

Field Summary
 int myInt
          The int to hold
 java.lang.String myString
          The string to hold
 
Constructor Summary
StringAndInt()
          Constructor for the StringAndInt object
StringAndInt(java.lang.String str, int i)
          Constructor for the StringAndInt object
 
Method Summary
 int getInt()
          Gets the int attribute of the StringAndInt object
 java.lang.Integer getInteger()
          Gets the integer attribute of the StringAndInt object
 java.lang.String getString()
          Gets the string attribute of the StringAndInt object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myString

public java.lang.String myString
The string to hold


myInt

public int myInt
The int to hold

Constructor Detail

StringAndInt

public StringAndInt()
Constructor for the StringAndInt object


StringAndInt

public StringAndInt(java.lang.String str,
                    int i)
Constructor for the StringAndInt object

Parameters:
str - The string
i - The int
Method Detail

getString

public java.lang.String getString()
Gets the string attribute of the StringAndInt object

Returns:
The string value

getInt

public int getInt()
Gets the int attribute of the StringAndInt object

Returns:
The int value

getInteger

public java.lang.Integer getInteger()
Gets the integer attribute of the StringAndInt object

Returns:
The integer value