gov.nih.nci.caarray.ui.experiment.data
Class ExtractDropDownData

java.lang.Object
  extended by gov.nih.nci.caarray.ui.experiment.data.ExtractDropDownData

public class ExtractDropDownData
extends java.lang.Object

Author:
MujuS TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ExtractDropDownData()
           
 
Method Summary
 ExtractData[] getAllValues()
           
 java.lang.String getName()
           
 java.lang.String getValueId()
           
static ExtractDropDownData newInstance(ExtractDropDownData aExtract)
          Alternative style for a copy constructor, using a static newInstance method.
 void setAllValues(ExtractData[] allValues_)
           
 void setName(java.lang.String name_)
           
 void setValueId(java.lang.String valueId_)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractDropDownData

public ExtractDropDownData()
Method Detail

getName

public java.lang.String getName()
Returns:
Returns the name_.

setName

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

getAllValues

public ExtractData[] getAllValues()
Returns:
Returns the allValues_.

setAllValues

public void setAllValues(ExtractData[] allValues_)
Parameters:
allValues_ - The allValues_ to set.

getValueId

public java.lang.String getValueId()
Returns:
Returns the valueId_.

setValueId

public void setValueId(java.lang.String valueId_)
Parameters:
valueId_ - The valueId_ to set.

newInstance

public static ExtractDropDownData newInstance(ExtractDropDownData aExtract)
Alternative style for a copy constructor, using a static newInstance method.