edu.mayo.bsi.ngsportal.shared
Class SecondaryDetailsListGridRecord

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.SecondaryDetailsListGridRecord
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class SecondaryDetailsListGridRecord
extends com.smartgwt.client.widgets.grid.ListGridRecord
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
SecondaryDetailsListGridRecord(int analysisID, int sampleid, int lane, String index, String stage, String status, Date date, String notes)
           
 
Method Summary
 int getAnalysisID()
           
 String getIndex()
           
 int getLane()
           
 String getNotes()
           
 int getSampleID()
           
 String getStage()
           
 String getStatus()
           
 Date getThedate()
           
 void setAnalysisID(int analysisID)
           
 void setIndex(String index)
           
 void setLane(int lane)
           
 void setNotes(String notes)
           
 void setSampleID(int sampleid)
           
 void setStage(String stage)
           
 void setStatus(String status)
           
 void setThedate(Date thedate)
           
 
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

SecondaryDetailsListGridRecord

public SecondaryDetailsListGridRecord(int analysisID,
                                      int sampleid,
                                      int lane,
                                      String index,
                                      String stage,
                                      String status,
                                      Date date,
                                      String notes)
Method Detail

setAnalysisID

public void setAnalysisID(int analysisID)

getAnalysisID

public int getAnalysisID()

setNotes

public void setNotes(String notes)

getNotes

public String getNotes()

setThedate

public void setThedate(Date thedate)

getThedate

public Date getThedate()

setStatus

public void setStatus(String status)

getStatus

public String getStatus()

setStage

public void setStage(String stage)

getStage

public String getStage()

setIndex

public void setIndex(String index)

getIndex

public String getIndex()

setLane

public void setLane(int lane)

getLane

public int getLane()

setSampleID

public void setSampleID(int sampleid)

getSampleID

public int getSampleID()