edu.mayo.bsi.ngsportal.shared
Class InstrumentInfoListGridRecord

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

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

@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

InstrumentInfoListGridRecord

public InstrumentInfoListGridRecord(String runName,
                                    String task,
                                    String status,
                                    String stage,
                                    int position,
                                    Date lastModified)
Parameters:
runName -
task -
status -
stage -
position -
lastModified -
Method Detail

getLastModified

public final Date getLastModified()
Returns:
the lastModified

getPosition

public int getPosition()
Returns:
the position

getRunName

public final String getRunName()
Returns:
the runName

getStage

public final String getStage()
Returns:
the stage

getStatus

public final String getStatus()
Returns:
the status

getTask

public final String getTask()
Returns:
the task

setLastModified

public void setLastModified(Date lastModified)
Set the last modified Date

Parameters:
lastModified - Date to set

setPosition

public void setPosition(int position)
Set the position

Parameters:
position - Position to set

setRunName

public void setRunName(String runName)
Set the run name

Parameters:
runName - Name to give the run

setStage

public void setStage(String stage)
Set the Stage of the instrument

Parameters:
stage - Stage to set the Instrument to

setStatus

public void setStatus(String status)
Set the status of the instrument

Parameters:
status - Status to set the Instrument to

setTask

public void setTask(String task)
Set the task of the instrument

Parameters:
task - Task to set the Instrument to