simulations.database.core
Class Test

java.lang.Object
  extended by simulations.database.core.Test

public class Test
extends java.lang.Object


Constructor Summary
Test(java.sql.ResultSet rs)
          Creates a new instance of Test
 
Method Summary
 int getIdTest()
          Getter for property idTest.
 java.lang.String getName()
          Getter for property name.
 void setIdTest(int idTest)
          Setter for property idTest.
 void setName(java.lang.String name)
          Setter for property name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Test

public Test(java.sql.ResultSet rs)
Creates a new instance of Test

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getIdTest

public int getIdTest()
Getter for property idTest.

Returns:
Value of property idTest.

setIdTest

public void setIdTest(int idTest)
Setter for property idTest.

Parameters:
idTest - New value of property idTest.

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.