Class TagStoreObject<T>
java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.model.tagstore.TagStoreObject<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasicTagPropertyValue
,ComplexTagStoreObject
A TagStoreObject is something that is stored by the tag store and is pass around along with an id that can be used to
efficiently operate on the object later.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TagStoreObject
(EntityId id, T entity) TagStoreObject
(Long id, T entity) -
Method Summary
-
Constructor Details
-
TagStoreObject
protected TagStoreObject() -
TagStoreObject
-
TagStoreObject
-
-
Method Details
-
getId
-
setId
-
getEntity
-
setEntity
-