gov.nih.nci.caarray.services.fileparse
Interface ParsingQuantitationType

All Known Implementing Classes:
GenePixQuantitationType

public interface ParsingQuantitationType

Author:
gustafsons Marker for parsing quantitation types

Method Summary
 long getId()
           
 java.lang.String getName()
           
 void setId(long id)
           
 void setName(java.lang.String name)
           
 

Method Detail

getId

long getId()
Returns:
Returns the id.

setId

void setId(long id)
Parameters:
id - The id to set.

getName

java.lang.String getName()
Returns:
Returns the name.

setName

void setName(java.lang.String name)
Parameters:
name - The name to set.