|
||||||||||
| 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.InstrumentInfoListGridRecord
public class InstrumentInfoListGridRecord
@author Gregory Dougherty
| Constructor Summary | |
|---|---|
InstrumentInfoListGridRecord(String runName,
String task,
String status,
String stage,
int position,
Date lastModified)
|
|
| Method Summary | |
|---|---|
Date |
getLastModified()
|
int |
getPosition()
|
String |
getRunName()
|
String |
getStage()
|
String |
getStatus()
|
String |
getTask()
|
void |
setLastModified(Date lastModified)
Set the last modified Date |
void |
setPosition(int position)
Set the position |
void |
setRunName(String runName)
Set the run name |
void |
setStage(String stage)
Set the Stage of the instrument |
void |
setStatus(String status)
Set the status of the instrument |
void |
setTask(String task)
Set the task of the instrument |
| 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 InstrumentInfoListGridRecord(String runName,
String task,
String status,
String stage,
int position,
Date lastModified)
runName - task - status - stage - position - lastModified - | Method Detail |
|---|
public final Date getLastModified()
public int getPosition()
public final String getRunName()
public final String getStage()
public final String getStatus()
public final String getTask()
public void setLastModified(Date lastModified)
lastModified - Date to setpublic void setPosition(int position)
position - Position to setpublic void setRunName(String runName)
runName - Name to give the runpublic void setStage(String stage)
stage - Stage to set the Instrument topublic void setStatus(String status)
status - Status to set the Instrument topublic void setTask(String task)
task - Task to set the Instrument to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||