edu.iastate.metnet.hibernate
Class Entityref

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

public class Entityref
extends AbstractEntityref
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Entityref()
          Simple constructor of Entityref instances.
Entityref(EntityrefKey id)
          Constructor of Entityref instances given a composite primary key.
 
Method Summary
 java.lang.Integer getEntityid()
           
 java.lang.String getReftype()
           
 java.lang.String getRefvalue()
           
 java.lang.String getUsername()
           
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractEntityref
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entityref

public Entityref()
Simple constructor of Entityref instances.


Entityref

public Entityref(EntityrefKey id)
Constructor of Entityref instances given a composite primary key.

Parameters:
id -
Method Detail

getEntityid

public java.lang.Integer getEntityid()
Returns:

getReftype

public java.lang.String getReftype()
Returns:

getRefvalue

public java.lang.String getRefvalue()
Returns:

getUsername

public java.lang.String getUsername()
Returns: