public final class Record
extends java.lang.Object
A Record may represent a reading or a database entry. Record is immutable. It contains a value, a timestamp, and a
flag. If a record represents a measurement reading then the timestamp is supplied by the communication driver that
retrieved the data. If the data record is a processed value (e.g. a mean value that was stored in the database) then
the timestamp is supplied by the OpenMUC core.