gov.nih.nci.caarray.ui.experiment.data
Class ExtractDropDownData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtractDropDownData
public ExtractDropDownData()
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.