Package org.alfresco.service.cmr.tagging
Interface TagDetails
-
- All Superinterfaces:
java.lang.Comparable<TagDetails>
- All Known Implementing Classes:
TagDetailsImpl
public interface TagDetails extends java.lang.Comparable<TagDetails>
Tag details interface.- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()Get the tag countjava.lang.StringgetName()Get the name of the tag
-