|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulations.database.core.Exp
public class Exp
Constructor Summary | |
---|---|
Exp(java.sql.ResultSet rs)
Creates a new instance of Exp |
Method Summary | |
---|---|
int |
getIdExp()
Getter for property idExp. |
int |
getIdTest()
Getter for property idTest. |
java.lang.String |
getName()
Getter for property name. |
int |
getSeed()
Getter for property seed. |
void |
setIdExp(int idExp)
Setter for property idExp. |
void |
setIdTest(int idTest)
Setter for property idTest. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setSeed(int seed)
Setter for property seed. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Exp(java.sql.ResultSet rs)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getIdExp()
public void setIdExp(int idExp)
idExp
- New value of property idExp.public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of property name.public int getIdTest()
public void setIdTest(int idTest)
idTest
- New value of property idTest.public int getSeed()
public void setSeed(int seed)
seed
- New value of property seed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |