edu.iastate.metnet.hibernate
Class Codeentitytype

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

public class Codeentitytype
extends AbstractCodeentitytype
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Codeentitytype

public Codeentitytype()
Simple constructor of Codeentitytype instances.


Codeentitytype

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

Parameters:
code -
Method Detail

toString

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