edu.iastate.metnet.hibernate
Class BlockunitSynonymCandidate

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

public class BlockunitSynonymCandidate
extends java.lang.Object
implements java.io.Serializable

Author:
Jie Li the synonym of the candidate (also for the entity associated with the blockunit
See Also:
Serialized Form

Constructor Summary
BlockunitSynonymCandidate()
           
 
Method Summary
 java.lang.Integer getBlockID()
           
 java.lang.Integer getID()
           
 java.lang.String getSynonym()
           
 void setBlockID(java.lang.Integer blockID)
           
 void setID(java.lang.Integer id)
           
 void setSynonym(java.lang.String synonym)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockunitSynonymCandidate

public BlockunitSynonymCandidate()
Method Detail

getBlockID

public java.lang.Integer getBlockID()
Returns:
Returns the blockID.

setBlockID

public void setBlockID(java.lang.Integer blockID)
Parameters:
blockID - The blockID to set.

getID

public java.lang.Integer getID()
Returns:
Returns the iD.

setID

public void setID(java.lang.Integer id)
Parameters:
id - The iD to set.

getSynonym

public java.lang.String getSynonym()
Returns:
Returns the synonym.

setSynonym

public void setSynonym(java.lang.String synonym)
Parameters:
synonym - The synonym to set.