edu.iastate.metnet.hibernate
Class Coderule

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

public class Coderule
extends AbstractCoderule
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Coderule()
          Simple constructor of Coderule instances.
Coderule(java.lang.Integer id)
          Constructor of Coderule instances given a simple primary key.
 
Method Summary
 java.lang.String toString()
          get the presentation for tablemodel
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractCoderule
equals, getDescription, getId, getPresentation, hashCode, setDescription, setId, setPresentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Coderule

public Coderule()
Simple constructor of Coderule instances.


Coderule

public Coderule(java.lang.Integer id)
Constructor of Coderule instances given a simple primary key.

Parameters:
id -
Method Detail

toString

public java.lang.String toString()
get the presentation for tablemodel

Overrides:
toString in class java.lang.Object
Returns:
presentation