- java.lang.Object
-
- org.alfresco.rest.api.model.Tag
-
-
Constructor Summary
Constructors
Constructor and Description |
Tag() |
Tag(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String tag) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
int |
compareTo(Tag o) |
boolean |
equals(java.lang.Object obj) |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
java.lang.String |
getTag() |
int |
hashCode() |
void |
setNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
void |
setTag(java.lang.String tag) |
java.lang.String |
toString() |
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.