java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.model.tagstore.TagStoreObject<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BasicTagPropertyValue, ComplexTagStoreObject

public class TagStoreObject<T> extends Object implements Serializable
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 Details

    • TagStoreObject

      protected TagStoreObject()
    • TagStoreObject

      public TagStoreObject(Long id, T entity)
    • TagStoreObject

      public TagStoreObject(EntityId id, T entity)
  • Method Details

    • getId

      public EntityId getId()
    • setId

      protected void setId(EntityId id)
    • getEntity

      public T getEntity()
    • setEntity

      protected void setEntity(T value)