org.springframework.social.alfresco.api.entities
Class Tag
java.lang.Object
org.springframework.social.alfresco.api.entities.Tag
public class Tag
- extends Object
Tag
- Author:
- jottley
|
Constructor Summary |
Tag()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tag
public Tag()
getId
public String getId()
- Returns:
- The unique id of the tag
setId
public void setId(String id)
- Set the unique id of the tag
- Parameters:
id -
getTag
public String getTag()
- Returns:
- The value of the tag
setTag
public void setTag(String tag)
- Set the value of the tag
- Parameters:
tag -
Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.