org.openscience.nmrshiftdb.util
Class StringAndIntAndBoolean

java.lang.Object
  extended by org.openscience.nmrshiftdb.util.StringAndInt
      extended by org.openscience.nmrshiftdb.util.StringAndIntAndBoolean

public class StringAndIntAndBoolean
extends StringAndInt

This is a class containing a String, an int an a boolean

Author:
shk3

Field Summary
 boolean myBoolean
           
 
Fields inherited from class org.openscience.nmrshiftdb.util.StringAndInt
myInt, myString
 
Constructor Summary
StringAndIntAndBoolean()
           
 
Method Summary
 boolean getBoolean()
           
 
Methods inherited from class org.openscience.nmrshiftdb.util.StringAndInt
getInt, getInteger, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myBoolean

public boolean myBoolean
Constructor Detail

StringAndIntAndBoolean

public StringAndIntAndBoolean()
Method Detail

getBoolean

public boolean getBoolean()