Clearspace API (2.0.15) Web Services Client Javadocs

com.jivesoftware.community.webservices
Class WSContentTag

java.lang.Object
  extended by com.jivesoftware.community.webservices.WSJiveObject
      extended by com.jivesoftware.community.webservices.WSContentTag

public class WSContentTag
extends WSJiveObject

Container for tags associated with a taggable object.


Field Summary
protected  java.util.Date creationDate
           
protected  java.lang.String name
           
static int SORT_TAGCOUNT
          Sort field: sort by tag count.
static int SORT_TAGNAME
          Sort field: sort by tag name.
protected  java.lang.String unfilteredName
           
 
Fields inherited from class com.jivesoftware.community.webservices.WSJiveObject
id, objectType
 
Constructor Summary
WSContentTag()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Date getCreationDate()
          Returns the date that this tag was created.
 java.lang.String getName()
          Returns the name of the tag
 java.lang.String getUnfilteredName()
          Returns the unfiltered name of the tag
 int hashCode()
           
 void setCreationDate(java.util.Date creationDate)
          Sets the date that this tag was created.
 void setName(java.lang.String name)
          Sets the name of the tag
 void setUnfilteredName(java.lang.String unfilteredName)
          Sets the unfiltered name of the tag.
 java.lang.String toString()
           
 
Methods inherited from class com.jivesoftware.community.webservices.WSJiveObject
getID, getObjectType, setID, setObjectType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SORT_TAGNAME

public static final int SORT_TAGNAME
Sort field: sort by tag name.

See Also:
Constant Field Values

SORT_TAGCOUNT

public static final int SORT_TAGCOUNT
Sort field: sort by tag count.

See Also:
Constant Field Values

unfilteredName

protected java.lang.String unfilteredName

name

protected java.lang.String name

creationDate

protected java.util.Date creationDate
Constructor Detail

WSContentTag

public WSContentTag()
Method Detail

getUnfilteredName

public java.lang.String getUnfilteredName()
Returns the unfiltered name of the tag

Returns:
the unfiltered tag name

setUnfilteredName

public void setUnfilteredName(java.lang.String unfilteredName)
Sets the unfiltered name of the tag.

Parameters:
unfilteredName - the unfiltered name of the tag

getName

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

Returns:
the tag name

setName

public void setName(java.lang.String name)
Sets the name of the tag

Parameters:
name - the tag name

getCreationDate

public java.util.Date getCreationDate()
Returns the date that this tag was created.

Returns:
the date this tag was created.

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Sets the date that this tag was created.

Parameters:
creationDate - the date this tag was created.

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class WSJiveObject

hashCode

public int hashCode()
Overrides:
hashCode in class WSJiveObject

toString

public java.lang.String toString()
Overrides:
toString in class WSJiveObject

Clearspace Project Page

Copyright © 1999-2007 Jive Software.