edu.georgetown.pir
Class AdditionalOrganismName

java.lang.Object
  extended by edu.georgetown.pir.AdditionalOrganismName
All Implemented Interfaces:
com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable

public class AdditionalOrganismName
extends java.lang.Object
implements com.fiveamsolutions.nci.commons.data.persistent.PersistentObject

Other common or scientific names by which the organism known.

See Also:
Serialized Form

Constructor Summary
AdditionalOrganismName()
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.Long getId()
           
 java.util.Set<Organism> getOrganismCollection()
           
 java.lang.String getSource()
           
 java.lang.String getValue()
           
 void setComment(java.lang.String comment)
           
 void setId(java.lang.Long id)
           
 void setOrganismCollection(java.util.Set<Organism> organismCollection)
           
 void setSource(java.lang.String source)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalOrganismName

public AdditionalOrganismName()
Method Detail

getComment

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

setComment

public void setComment(java.lang.String comment)
Parameters:
comment - the comment to set

getId

public java.lang.Long getId()
Specified by:
getId in interface com.fiveamsolutions.nci.commons.data.persistent.PersistentObject
Returns:
the id

setId

public void setId(java.lang.Long id)
Parameters:
id - the id to set

getOrganismCollection

public java.util.Set<Organism> getOrganismCollection()
Returns:
the organismCollection

setOrganismCollection

public void setOrganismCollection(java.util.Set<Organism> organismCollection)
Parameters:
organismCollection - the organismCollection to set

getSource

public java.lang.String getSource()
Returns:
the source

setSource

public void setSource(java.lang.String source)
Parameters:
source - the source to set

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set