gov.nih.nci.caarray.services.fileparse.gpr
Class GenePixQuantitationType

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse.gpr.GenePixQuantitationType
All Implemented Interfaces:
ParsingQuantitationType

public class GenePixQuantitationType
extends java.lang.Object
implements ParsingQuantitationType

Author:
gustafsons The quantitations in an genepix file

Constructor Summary
GenePixQuantitationType()
           
 
Method Summary
 long getId()
           
 java.lang.String getName()
           
 void setId(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

GenePixQuantitationType

public GenePixQuantitationType()
Method Detail

getId

public long getId()
Specified by:
getId in interface ParsingQuantitationType
Returns:
Returns the id.

setId

public void setId(long id)
Specified by:
setId in interface ParsingQuantitationType
Parameters:
id - The id to set.

getName

public java.lang.String getName()
Specified by:
getName in interface ParsingQuantitationType
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ParsingQuantitationType
Parameters:
name - The name to set.