|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.WSJiveObject
com.jivesoftware.community.webservices.WSContentTag
public class WSContentTag
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 |
|---|
public static final int SORT_TAGNAME
public static final int SORT_TAGCOUNT
protected java.lang.String unfilteredName
protected java.lang.String name
protected java.util.Date creationDate
| Constructor Detail |
|---|
public WSContentTag()
| Method Detail |
|---|
public java.lang.String getUnfilteredName()
public void setUnfilteredName(java.lang.String unfilteredName)
unfilteredName - the unfiltered name of the tagpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the tag namepublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate - the date this tag was created.public boolean equals(java.lang.Object o)
equals in class WSJiveObjectpublic int hashCode()
hashCode in class WSJiveObjectpublic java.lang.String toString()
toString in class WSJiveObject
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||