com.projectdarkstar.tools.dtc.domain
Class TestExecutionResultProbeData

java.lang.Object
  extended by com.projectdarkstar.tools.dtc.domain.TestExecutionResultProbeData
All Implemented Interfaces:
Serializable

public class TestExecutionResultProbeData
extends Object
implements Serializable

Represents a snapshot of the data collected by a specific SystemProbe at a specific point in time.

See Also:
Serialized Form

Constructor Summary
TestExecutionResultProbeData()
           
TestExecutionResultProbeData(Date timestamp, Long value, TestExecutionResultProbeLog parentProbe)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getId()
          Returns the id of the entity in persistent storage
 TestExecutionResultProbeLog getParentProbe()
           
 Date getTimestamp()
           
 Long getValue()
           
 int hashCode()
           
 void setId(Long id)
           
 void setParentProbe(TestExecutionResultProbeLog parentProbe)
           
 void setTimestamp(Date timestamp)
           
 void setValue(Long value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExecutionResultProbeData

public TestExecutionResultProbeData()

TestExecutionResultProbeData

public TestExecutionResultProbeData(Date timestamp,
                                    Long value,
                                    TestExecutionResultProbeLog parentProbe)
Method Detail

getId

public Long getId()
Returns the id of the entity in persistent storage

Returns:
id of the entity

setId

public void setId(Long id)

getTimestamp

public Date getTimestamp()

setTimestamp

public void setTimestamp(Date timestamp)

getValue

public Long getValue()

setValue

public void setValue(Long value)

getParentProbe

public TestExecutionResultProbeLog getParentProbe()

setParentProbe

public void setParentProbe(TestExecutionResultProbeLog parentProbe)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.