Class LTMTagEntry


  • public class LTMTagEntry
    extends Object
    Represens a Tag entry in the database.
    Since:
    14.2.0
    Version:
    $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
    • Constructor Detail

      • LTMTagEntry

        public LTMTagEntry()
    • Method Detail

      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        14.2.0
      • getName

        public String getName()
        Returns the name.
        Returns:
        the name
        Since:
        14.2.0
      • getDescription

        public String getDescription()
        Returns the description.
        Returns:
        the description
        Since:
        14.2.0
      • getPosition

        public long getPosition()
        Returns the position.
        Returns:
        the position
        Since:
        14.2.0
      • getTagType

        public String getTagType()
        Returns the tagType.
        Returns:
        the tagType
        Since:
        14.2.0
      • getTagProperties

        public String getTagProperties()
        Returns the tagProperties.
        Returns:
        the tagProperties
        Since:
        14.2.0
      • getTriggerType

        public String getTriggerType()
        Returns the triggerType.
        Returns:
        the triggerType
        Since:
        14.2.0
      • getTriggerProperties

        public String getTriggerProperties()
        Returns the triggerProperties.
        Returns:
        the triggerProperties
        Since:
        14.2.0