Interface Tag
- All Superinterfaces:
Entity
,Resource
,Serializable
Represents a tag
Tag is a label applied to one or more assets and used to enrich content with additional meta-data in a crowdsourcing way without having to go through the formal process.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the count of all assets to which this tag is assigned.Returns the description of the tag.getName()
Returns the name of the tag.Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getName
String getName()Returns the name of the tag.- Returns:
- the name of the tag
-
getDescription
String getDescription()Returns the description of the tag.- Returns:
- the description of the tag
-
getAssetsCount
Integer getAssetsCount()Returns the count of all assets to which this tag is assigned.- Returns:
- the assets count
-