edu.iastate.metnet.hibernate
Class Entitysynonym

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

public class Entitysynonym
extends AbstractEntitysynonym
implements java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Entitysynonym

public Entitysynonym()
Simple constructor of Entitysynonym instances.


Entitysynonym

public Entitysynonym(EntitysynonymKey id)
Constructor of Entitysynonym instances given a composite primary key.

Parameters:
id -
Method Detail

getEntityid

public java.lang.Integer getEntityid()
Returns:

getSynonym

public java.lang.String getSynonym()
Returns: