simulations.database.core
Class Serie

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

public class Serie
extends java.lang.Object


Constructor Summary
Serie(java.sql.ResultSet rs)
          Creates a new instance of Serie
 
Method Summary
 int getIdExp()
          Getter for property idExp.
 int getIdSerie()
          Getter for property idSerie.
 java.lang.String getName()
          Getter for property name.
 void setIdExp(int idExp)
          Setter for property idExp.
 void setIdSerie(int idSerie)
          Setter for property idSerie.
 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

Serie

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

Method Detail

toString

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

getIdExp

public int getIdExp()
Getter for property idExp.

Returns:
Value of property idExp.

setIdExp

public void setIdExp(int idExp)
Setter for property idExp.

Parameters:
idExp - New value of property idExp.

getIdSerie

public int getIdSerie()
Getter for property idSerie.

Returns:
Value of property idSerie.

setIdSerie

public void setIdSerie(int idSerie)
Setter for property idSerie.

Parameters:
idSerie - New value of property idSerie.

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.