Package org.hobbit.core.components.test
Class InMemoryEvaluationStore.ResultImpl
- java.lang.Object
-
- org.hobbit.core.components.test.InMemoryEvaluationStore.ResultImpl
-
- All Implemented Interfaces:
Result
- Enclosing class:
- InMemoryEvaluationStore
public static class InMemoryEvaluationStore.ResultImpl extends Object implements Result
A simple structure implementing theResultinterface- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]dataprivate longsentTimestamp
-
Constructor Summary
Constructors Constructor Description ResultImpl(long sentTimestamp, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()longgetSentTimestamp()voidsetData(byte[] data)voidsetSentTimestamp(long sentTimestamp)
-
-
-
Method Detail
-
setSentTimestamp
public void setSentTimestamp(long sentTimestamp)
-
setData
public void setData(byte[] data)
-
getSentTimestamp
public long getSentTimestamp()
- Specified by:
getSentTimestampin interfaceResult
-
-