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