Class TagStoreObject<T>

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BasicTagPropertyValue, ComplexTagStoreObject

    public class TagStoreObject<T>
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Constructor Detail

      • TagStoreObject

        protected TagStoreObject()
      • TagStoreObject

        public TagStoreObject​(java.lang.Long id,
                              T entity)
      • TagStoreObject

        public TagStoreObject​(EntityId id,
                              T entity)
    • Method Detail

      • setId

        protected void setId​(EntityId id)
      • getEntity

        public T getEntity()
      • setEntity

        protected void setEntity​(T value)