gov.nih.nci.cabio.domain
Class ArrayReporter

java.lang.Object
  extended by 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

Constructor Summary
ArrayReporter()
           
 
Method Summary
 java.lang.String getBigid()
           
 java.lang.Long getId()
           
 java.lang.String getName()
           
 void setBigid(java.lang.String bigid)
           
 void setId(java.lang.Long id)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayReporter

public ArrayReporter()
Method Detail

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