edu.iastate.metnet.hibernate
Class Blockunitref

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

public class Blockunitref
extends AbstractBlockunitref
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Blockunitref

public Blockunitref()
Simple constructor of Blockunitref instances.


Blockunitref

public Blockunitref(BlockunitrefKey id)
Constructor of Blockunitref instances given a composite primary key.

Parameters:
id -
Method Detail

getBlockid

public java.lang.Integer getBlockid()
Returns:
blockid

getReftype

public java.lang.String getReftype()
Returns:
reference type

getRefvalue

public java.lang.String getRefvalue()
Returns:
reference value

getUsername

public java.lang.String getUsername()
Returns:
username