Class InformalTagProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.InformalTagProperties
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.
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 Summary
ConstructorsConstructorDescriptionDefault constructorInformalTagProperties(InformalTagProperties template) Copy/clone constructor. -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
equals, getAdditionalProperties, getCategory, getDescription, getDisplayName, getIdentifier, getQualifiedName, getURL, getVersionIdentifier, hashCode, setAdditionalProperties, setCategory, setDescription, setDisplayName, setIdentifier, setQualifiedName, setURL, setVersionIdentifierMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
InformalTagProperties
public InformalTagProperties()Default constructor -
InformalTagProperties
Copy/clone constructor.- Parameters:
template- element to copy
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toStringin classReferenceableProperties- Returns:
- print out of variables in a JSON-style
-