edu.iastate.metnet.hibernate
Class BlockunitSynonymCandidate
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockunitSynonymCandidate
public BlockunitSynonymCandidate()
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.