gov.nih.nci.cabio.domain
Class ArrayReporter
java.lang.Object
gov.nih.nci.cabio.domain.ArrayReporter
- All Implemented Interfaces:
- com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable
- Direct Known Subclasses:
- SNPArrayReporter, TranscriptArrayReporter
public class ArrayReporter
- extends java.lang.Object
- implements com.fiveamsolutions.nci.commons.data.persistent.PersistentObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayReporter
public ArrayReporter()
getBigid
public java.lang.String getBigid()
- Returns:
- the bigid
setBigid
public void setBigid(java.lang.String bigid)
- Parameters:
bigid
- the bigid 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
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set