edu.mayo.bsi.ngsportal.client
Class ProjectExplorerPage.SampleTreeNode

java.lang.Object
  extended by com.smartgwt.client.core.JsObject
      extended by com.smartgwt.client.core.DataClass
          extended by com.smartgwt.client.core.RefDataClass
              extended by com.smartgwt.client.data.Record
                  extended by com.smartgwt.client.widgets.grid.ListGridRecord
                      extended by com.smartgwt.client.widgets.tree.TreeNode
                          extended by edu.mayo.bsi.ngsportal.client.ProjectExplorerPage.SampleTreeNode
Enclosing class:
ProjectExplorerPage

public static class ProjectExplorerPage.SampleTreeNode
extends com.smartgwt.client.widgets.tree.TreeNode


Constructor Summary
ProjectExplorerPage.SampleTreeNode(String name)
           
 
Method Summary
 String getName()
           
 List<QCResult> getQcResults()
           
 String getRunName()
           
 SampleInfo getSampleInfo()
           
 boolean isPopulated()
           
 void setName(String name)
           
 void setPopulated(boolean isPopulated)
           
 void setQcResults(List<QCResult> qcResults)
           
 void setRunName(String runName)
           
 void setSampleInfo(SampleInfo sampleInfo)
           
 
Methods inherited from class com.smartgwt.client.widgets.tree.TreeNode
getCanAcceptDrop, getCanDrag, getEnabled, getIcon, getOrCreateRef, getShowDropIcon, getShowOpenIcon, getTitle, setCanAcceptDrop, setCanDrag, setChildren, setEnabled, setIcon, setID, setIsFolder, setParentID, setShowDropIcon, setShowOpenIcon, setTitle
 
Methods inherited from class com.smartgwt.client.widgets.grid.ListGridRecord
get_baseStyle, getBackgroundComponent, getCanExpand, getCustomStyle, getDetailDS, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getIsSeparator, getLinkText, getSingleCellValue, set_baseStyle, setBackgroundComponent, setCanExpand, setCustomStyle, setDetailDS, setIncludeInSummary, setIsGridSummary, setIsGroupSummary, setIsSeparator, setLinkText, setSingleCellValue
 
Methods inherited from class com.smartgwt.client.data.Record
convertToRecordArray, getAttributeAsRecordArray, getAttributeAsRecordList, toMap
 
Methods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef
 
Methods inherited from class com.smartgwt.client.core.DataClass
fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute
 
Methods inherited from class com.smartgwt.client.core.JsObject
setJsObj
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectExplorerPage.SampleTreeNode

public ProjectExplorerPage.SampleTreeNode(String name)
Method Detail

isPopulated

public boolean isPopulated()

setPopulated

public void setPopulated(boolean isPopulated)

getName

public String getName()
Overrides:
getName in class com.smartgwt.client.widgets.tree.TreeNode

setName

public void setName(String name)
Overrides:
setName in class com.smartgwt.client.widgets.tree.TreeNode

getRunName

public String getRunName()

setRunName

public void setRunName(String runName)

getQcResults

public List<QCResult> getQcResults()

setQcResults

public void setQcResults(List<QCResult> qcResults)

getSampleInfo

public SampleInfo getSampleInfo()

setSampleInfo

public void setSampleInfo(SampleInfo sampleInfo)