Class GenericItemAttachment<TItem extends Item>

    • Constructor Detail

      • GenericItemAttachment

        protected GenericItemAttachment​(Item owner)
        Initializes a new instance of the GenericItemAttachment class.
        Parameters:
        owner - the owner
    • Method Detail

      • getTItem

        public TItem getTItem()
        Gets the item associated with the attachment.
        Returns:
        the t item
      • setTItem

        protected void setTItem​(TItem value)
        Sets the t item.
        Parameters:
        value - the new t item