|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.tagging.TagDetailsImpl
public class TagDetailsImpl
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 |
---|
public java.lang.String getName()
TagDetails
getName
in interface TagDetails
org.alfresco.service.cmr.tagging.TagDetails#getTagName()
public int getCount()
TagDetails
getCount
in interface TagDetails
org.alfresco.service.cmr.tagging.TagDetails#getTagCount()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int compareTo(TagDetails o)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |