edu.iastate.metnet.hibernate
Class Codeorganism

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractCodeorganism
      extended by edu.iastate.metnet.hibernate.Codeorganism
All Implemented Interfaces:
java.io.Serializable

public class Codeorganism
extends AbstractCodeorganism
implements java.io.Serializable

A class that represents a row in the 'codeorganism' table. This class may be customized as it is never re-generated after being created.

See Also:
Serialized Form

Constructor Summary
Codeorganism()
          Simple constructor of Codeorganism instances.
Codeorganism(java.lang.Integer code)
          Constructor of Codeorganism instances given a simple primary key.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractCodeorganism
equals, getCode, getDescription, getOrganism, getPresentation, hashCode, setCode, setDescription, setOrganism, setPresentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Codeorganism

public Codeorganism()
Simple constructor of Codeorganism instances.


Codeorganism

public Codeorganism(java.lang.Integer code)
Constructor of Codeorganism instances given a simple primary key.

Parameters:
code -
Method Detail

toString

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