edu.iastate.metnet.hibernate
Class Entitycomment

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

public class Entitycomment
extends AbstractEntitycomment
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Entitycomment

public Entitycomment()
Simple constructor of Entitycomment instances.


Entitycomment

public Entitycomment(EntitycommentKey id)
Constructor of Entitycomment instances given a composite primary key.

Parameters:
id -
Method Detail

getComment

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

getEntityid

public java.lang.Integer getEntityid()
Returns:
entityid