edu.iastate.metnet.hibernate
Class Blockunitcomment

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

public class Blockunitcomment
extends AbstractBlockunitcomment
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Blockunitcomment

public Blockunitcomment()
Simple constructor of Blockunitcomment instances.


Blockunitcomment

public Blockunitcomment(BlockunitcommentKey id)
Constructor of Blockunitcomment instances given a composite primary key.

Parameters:
id -
Method Detail

getBlockid

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

getComment

public java.lang.String getComment()
Returns:
comment

getUsername

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