public class InformalTagProperties extends ReferenceableProperties
InformalTagProperties stores information about a tag connected to an asset. InformalTags provide informal classifications to assets and can be added at any time.

The content of the tag is a personal judgement and there is no formal review of the tags. However, they can be used as a basis for crowdsourcing Glossary terms.

Private InformalTags are only returned to the user that created them.
  • Constructor Details

    • InformalTagProperties

      public InformalTagProperties()
      Default constructor
    • InformalTagProperties

      public InformalTagProperties(InformalTagProperties template)
      Copy/clone constructor.
      Parameters:
      template - element to copy
  • Method Details