org.alfresco.repo.tagging
Class TagDetailsImpl

java.lang.Object
  extended by org.alfresco.repo.tagging.TagDetailsImpl
All Implemented Interfaces:
java.lang.Comparable, TagDetails

public class TagDetailsImpl
extends java.lang.Object
implements TagDetails

Contains the details of a tag within a specific tag scope.


Method Summary
 int compareTo(TagDetails o)
           
 boolean equals(java.lang.Object obj)
           
 int getCount()
          Get the tag count
 java.lang.String getName()
          Get the name of the tag
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Description copied from interface: TagDetails
Get the name of the tag

Specified by:
getName in interface TagDetails
Returns:
String tag name
See Also:
org.alfresco.service.cmr.tagging.TagDetails#getTagName()

getCount

public int getCount()
Description copied from interface: TagDetails
Get the tag count

Specified by:
getCount in interface TagDetails
Returns:
int tag count
See Also:
org.alfresco.service.cmr.tagging.TagDetails#getTagCount()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

compareTo

public int compareTo(TagDetails o)
Specified by:
compareTo in interface java.lang.Comparable
See Also:
Comparable.compareTo(java.lang.Object)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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