Class Data

java.lang.Object
com.storedobject.core.StoredObject
com.storedobject.iot.Data
All Implemented Interfaces:
Displayable, StringFiller, DBTransaction.NoHistory, HasId

public abstract class Data extends StoredObject implements DBTransaction.NoHistory
Base class that represents data values that belong to a Unit. It generally contains only "boolean" and "double" values. When transacted singly, it doesn't maintain any history or audit trail. This is not used for any direct data entry and is mostly created or updated by IoT data capture processes. The StoredObject.directUpdate(TransactionManager) method can be used to directly update the data in the case of existing instances without even creating new transactions.
Author:
Syam