|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.sensordata.SensorDataSession
public class SensorDataSession
Holds all of the models and other state for the SensorDataPage. This enables users to obtain an analysis in the SensorData page, then go to another page, then come back to this page and see the page in the same state as when they left it.
Constructor Summary | |
---|---|
SensorDataSession()
Create a session state instance for this page. |
Method Summary | |
---|---|
java.lang.Integer |
getMonth()
Gets the month. |
org.hackystat.sensorbase.resource.projects.jaxb.Project |
getProject()
Gets the project associated with this page. |
java.lang.String |
getSdtName()
Gets the sdt name. |
SdtSummaryModel |
getSdtSummaryModel()
Returns the current SdtSummaryModel for this page. |
SensorDataDetailsModel |
getSensorDataDetailsModel()
Return the sensor data details model. |
SensorDataDetailsProvider |
getSensorDataDetailsProvider()
Return the sensor data details IDataProvider. |
SensorDataTableModel |
getSensorDataTableModel()
Gets the SensorDataTableModel. |
java.lang.String |
getTool()
Gets the tool. |
java.lang.Integer |
getYear()
Gets the year. |
void |
setMonth(java.lang.Integer month)
Sets the month. |
void |
setProject(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
Sets the projectName for this page. |
void |
setSdtName(java.lang.String sdtName)
Sets the SDT name. |
void |
setSdtSummaryModel(SdtSummaryModel sdtSummaryModel)
Sets the SdtSummaryModel for this page. |
void |
setSensorDataDetailsModel(SensorDataDetailsModel model)
Set the sensor data details model. |
void |
setSensorDataDetailsProvider(SensorDataDetailsProvider model)
Set the sensor data details IDataProvider. |
void |
setSensorDataTableModel(SensorDataTableModel model)
Sets the SensorDataTableModel. |
void |
setTool(java.lang.String tool)
Sets the tool. |
void |
setYear(java.lang.Integer year)
Sets the year. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SensorDataSession()
Method Detail |
---|
public org.hackystat.sensorbase.resource.projects.jaxb.Project getProject()
public void setProject(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
project
- The project for this page.public void setSdtSummaryModel(SdtSummaryModel sdtSummaryModel)
sdtSummaryModel
- The sdtSummaryModel.public SdtSummaryModel getSdtSummaryModel()
public SensorDataDetailsModel getSensorDataDetailsModel()
public void setSensorDataDetailsModel(SensorDataDetailsModel model)
model
- The sensor data details model.public SensorDataDetailsProvider getSensorDataDetailsProvider()
public void setSensorDataDetailsProvider(SensorDataDetailsProvider model)
model
- The sensor data details providerpublic java.lang.String getSdtName()
public void setSdtName(java.lang.String sdtName)
sdtName
- The sdt name.public java.lang.String getTool()
public void setTool(java.lang.String tool)
tool
- The tool.public java.lang.Integer getMonth()
public java.lang.Integer getYear()
public void setMonth(java.lang.Integer month)
month
- The month.public void setYear(java.lang.Integer year)
year
- The year.public SensorDataTableModel getSensorDataTableModel()
public void setSensorDataTableModel(SensorDataTableModel model)
model
- The model.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |