edu.iastate.metnet.hibernate
Class Codereferencetype

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

public class Codereferencetype
extends AbstractCodereferencetype
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Codereferencetype

public Codereferencetype()
Simple constructor of Codereferencetype instances.


Codereferencetype

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

Parameters:
code -
Method Detail

toString

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