edu.mayo.bsi.ngsportal.shared
Class SampleInfoListGridRecord

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 edu.mayo.bsi.ngsportal.shared.SampleInfoListGridRecord

public class SampleInfoListGridRecord
extends com.smartgwt.client.widgets.grid.ListGridRecord

Author:
Gregory Dougherty


Constructor Summary
SampleInfoListGridRecord(String name, String runName, String appType, String readType, int lane, int cycles, boolean isControl, boolean isIndexVendor, String indexSeq, String flowCell, String familyID, String parentID, String rlimsID, String species, String captureKit, String rlimsProjectID, String fileLocations)
          Normal Constructor
 
Method Summary
 String getAppType()
           
 String getCaptureKit()
           
 int getCycles()
           
 String getFileLocation()
           
 String getFlowCell()
           
 String getIndexSeq()
           
 int getLane()
           
 String getName()
           
 String getReadType()
           
 String getRlimsID()
           
 String getRLIMSProjectID()
           
 String getRunName()
           
 String getSpecies()
           
 boolean isControl()
           
 boolean isIndexVendor()
           
 void setAppType(String appType)
           
 void setCaptureKit(String captureKit)
           
 void setControl(boolean isControl)
           
 void setCycles(int cycles)
           
 void setFamilyID(String familyID)
           
 void setFileLocation(String fileLocation)
           
 void setFlowCell(String flowCell)
           
 void setIndexSeq(String indexSeq)
           
 void setIndexVendor(boolean isIndexVendor)
           
 void setLane(int lane)
           
 void setName(String name)
           
 void setParentID(String parentID)
           
 void setReadType(String readType)
           
 void setRlimsID(String rlimsID)
           
 void setRLIMSProjectID(String rlimsProjectID)
           
 void setRunName(String runName)
           
 void setSpecies(String species)
           
 
Methods inherited from class com.smartgwt.client.widgets.grid.ListGridRecord
get_baseStyle, getBackgroundComponent, getCanAcceptDrop, getCanDrag, getCanExpand, getCustomStyle, getDetailDS, getEnabled, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getIsSeparator, getLinkText, getOrCreateRef, getSingleCellValue, set_baseStyle, setBackgroundComponent, setCanAcceptDrop, setCanDrag, setCanExpand, setCustomStyle, setDetailDS, setEnabled, 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

SampleInfoListGridRecord

public SampleInfoListGridRecord(String name,
                                String runName,
                                String appType,
                                String readType,
                                int lane,
                                int cycles,
                                boolean isControl,
                                boolean isIndexVendor,
                                String indexSeq,
                                String flowCell,
                                String familyID,
                                String parentID,
                                String rlimsID,
                                String species,
                                String captureKit,
                                String rlimsProjectID,
                                String fileLocations)
Normal Constructor

Parameters:
name -
runName -
appType -
readType -
lane -
cycles -
isControl -
isIndexVendor -
indexSeq -
flowCell -
familyID -
parentID -
rlimsID -
species -
captureKit -
rlimsProjectID -
fileLocations -
Method Detail

getName

public String getName()

setName

public void setName(String name)

getRunName

public String getRunName()

setRunName

public void setRunName(String runName)

getAppType

public String getAppType()

setAppType

public void setAppType(String appType)

getReadType

public String getReadType()

setReadType

public void setReadType(String readType)

getLane

public int getLane()

setLane

public void setLane(int lane)

getCycles

public int getCycles()

setCycles

public void setCycles(int cycles)

isControl

public boolean isControl()

setControl

public void setControl(boolean isControl)

isIndexVendor

public boolean isIndexVendor()

setIndexVendor

public void setIndexVendor(boolean isIndexVendor)

getIndexSeq

public String getIndexSeq()

setIndexSeq

public void setIndexSeq(String indexSeq)

getFlowCell

public String getFlowCell()

setFlowCell

public void setFlowCell(String flowCell)

getRlimsID

public String getRlimsID()

setFamilyID

public void setFamilyID(String familyID)

setParentID

public void setParentID(String parentID)

setRlimsID

public void setRlimsID(String rlimsID)

getSpecies

public String getSpecies()

setSpecies

public void setSpecies(String species)

getCaptureKit

public String getCaptureKit()

setCaptureKit

public void setCaptureKit(String captureKit)

getRLIMSProjectID

public String getRLIMSProjectID()

setRLIMSProjectID

public void setRLIMSProjectID(String rlimsProjectID)

getFileLocation

public String getFileLocation()

setFileLocation

public void setFileLocation(String fileLocation)