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