|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.data.Record
com.smartgwt.client.widgets.grid.ListGridRecord
edu.mayo.bsi.ngsportal.shared.SecondaryDetailsListGridRecord
public class SecondaryDetailsListGridRecord
| 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 |
|---|
public SecondaryDetailsListGridRecord(int analysisID,
int sampleid,
int lane,
String index,
String stage,
String status,
Date date,
String notes)
| Method Detail |
|---|
public void setAnalysisID(int analysisID)
public int getAnalysisID()
public void setNotes(String notes)
public String getNotes()
public void setThedate(Date thedate)
public Date getThedate()
public void setStatus(String status)
public String getStatus()
public void setStage(String stage)
public String getStage()
public void setIndex(String index)
public String getIndex()
public void setLane(int lane)
public int getLane()
public void setSampleID(int sampleid)
public int getSampleID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||