org.alfresco.service.cmr.tagging
Interface TagDetails

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
TagDetailsImpl

public interface TagDetails
extends java.lang.Comparable

Tag details interface.


Method Summary
 int getCount()
          Get the tag count
 java.lang.String getName()
          Get the name of the tag
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()
Get the name of the tag

Returns:
String tag name

getCount

int getCount()
Get the tag count

Returns:
int tag count


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.