Package org.alfresco.service.cmr.tagging
Interface TagDetails
- All Superinterfaces:
Comparable<TagDetails>
- All Known Implementing Classes:
TagDetailsImpl
Tag details interface.
- Author:
- Roy Wetherall
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getName
String getName()Get the name of the tag- Returns:
- String tag name
-
getCount
int getCount()Get the tag count- Returns:
- int tag count
-