|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dracoware.rsplib.RspParseLine
public class RspParseLine
The RspParseLine
object contains internal information related
to a particular incident stored in an archive of RSP history data.
Constructor Summary | |
---|---|
RspParseLine(java.util.Date time,
java.lang.String data,
java.lang.String graphData,
int type)
Construct a new RspParseLine with the specified information. |
Method Summary | |
---|---|
java.lang.String |
getData()
Returns the data reported by the named module. |
java.lang.String |
getGraphData()
Returns the parseable graph data reported by the named module. |
java.util.Date |
getTime()
Returns the time the event took place. |
int |
getType()
Returns the graph data type. |
void |
setData(java.lang.String data)
Sets the data reported by the named module. |
void |
setGraphData(java.lang.String graphData)
Sets the parseable graph data reported by the named module. |
void |
setTime(java.util.Date time)
Sets the time when the event took place. |
void |
setType(int type)
Sets the graph data type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RspParseLine(java.util.Date time, java.lang.String data, java.lang.String graphData, int type)
RspParseLine
with the specified information.
time
- The time the event took place.data
- The data reported by the named module.graphData
- Parseable data detailing the graph information.type
- Graph type.Method Detail |
---|
public java.util.Date getTime()
public void setTime(java.util.Date time)
time
- The time when the event took place.public java.lang.String getData()
public void setData(java.lang.String data)
data
- The data reported by the named modulepublic java.lang.String getGraphData()
public void setGraphData(java.lang.String graphData)
graphData
- The parseable graph data reported by the named module.public int getType()
public void setType(int type)
type
- The type of the graph data.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |