edu.iastate.metnet.hibernate
Class Codeinteractiontype
java.lang.Object
edu.iastate.metnet.hibernate.AbstractCodeinteractiontype
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 -
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object