Package org.alfresco.repo.tagging
Class TagDetailsImpl
java.lang.Object
org.alfresco.repo.tagging.TagDetailsImpl
- All Implemented Interfaces:
Comparable<TagDetails>,TagDetails
Contains the details of a tag within a specific tag scope.
- Author:
- Roy Wetherall
-
Method Summary
-
Method Details
-
getName
Description copied from interface:TagDetailsGet the name of the tag- Specified by:
getNamein interfaceTagDetails- Returns:
- String tag name
- See Also:
-
getCount
public int getCount()Description copied from interface:TagDetailsGet the tag count- Specified by:
getCountin interfaceTagDetails- Returns:
- int tag count
- See Also:
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<TagDetails>- See Also:
-
toString
-