org.springframework.social.alfresco.api.entities
Class Tag

java.lang.Object
  extended by org.springframework.social.alfresco.api.entities.Tag

public class Tag
extends Object

Tag

Author:
jottley

Constructor Summary
Tag()
           
 
Method Summary
 String getId()
           
 String getTag()
           
 void setId(String id)
          Set the unique id of the tag
 void setTag(String tag)
          Set the value of the tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Method Detail

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.