com.ibm.portal.cp.tagging
Interface Tag

All Superinterfaces:
CollaborativeResource, Identifiable, TimeStamped
All Known Subinterfaces:
ModifiableTag

public interface Tag
extends CollaborativeResource, Identifiable, TimeStamped

A tag, i.e. basically metadata (a keyword) in form of a String to be associated to a Resource.

Since:
7.0.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.cp.CollaborativeResource
CollaborativeResource.Scope
 
Method Summary
 java.util.Locale getLocale()
          Returns the locale in which the tag has been applied.
 java.lang.String getName()
          Returns the name of this tag.
 
Methods inherited from interface com.ibm.portal.cp.CollaborativeResource
getOwnerID, getResourceID, getScope, isPrivate
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 
Methods inherited from interface com.ibm.portal.TimeStamped
getCreated, getLastModified
 

Method Detail

getName

java.lang.String getName()
Returns the name of this tag.

Returns:
The name of this tag.

getLocale

java.util.Locale getLocale()
Returns the locale in which the tag has been applied.

Returns:
The locale the tag has been applied in