edu.iastate.metnet.hibernate
Class Codeinteractiontype

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

public class Codeinteractiontype
extends AbstractCodeinteractiontype
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Codeinteractiontype

public Codeinteractiontype()
Simple constructor of Codeinteractiontype instances.


Codeinteractiontype

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

Parameters:
code -
Method Detail

toString

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