|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.sensordata.SensorDataDetailsModel
public class SensorDataDetailsModel
A model for the sensor data list.
Constructor Summary | |
---|---|
SensorDataDetailsModel()
Creates an empty SensorDataDetailsModel. |
Method Summary | |
---|---|
java.util.List<SensorDataDetails> |
getDetails()
Returns the list of sensor data details instances. |
boolean |
isEmpty()
Returns true if this model does not contain any data. |
void |
setSensorDetailsModel(java.lang.String sdtName,
java.lang.String tool)
Sets the SensorDetailsModel given an sdtName and a Tool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SensorDataDetailsModel()
Method Detail |
---|
public java.util.List<SensorDataDetails> getDetails()
public void setSensorDetailsModel(java.lang.String sdtName, java.lang.String tool)
sdtName
- The name of the SDT whose instances are to be retrieved.tool
- The tool for the SDTs.public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |