|
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.WSJiveContainer
public class WSJiveContainer
| Field Summary | |
|---|---|
protected java.lang.String[] |
availableContentTypes
|
protected java.lang.String[] |
contentTypes
|
protected java.util.Date |
creationDate
|
protected java.lang.String |
description
|
protected java.lang.String |
displayName
|
protected java.util.Date |
modificationDate
|
protected java.lang.String |
name
|
| Fields inherited from class com.jivesoftware.community.webservices.WSJiveObject |
|---|
id, objectType |
| Constructor Summary | |
|---|---|
WSJiveContainer()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String[] |
getAvailableContentTypes()
|
java.lang.String[] |
getContentTypes()
|
java.util.Date |
getCreationDate()
Returns the Date that the community was created. |
java.lang.String |
getDescription()
Returns the description of the community. |
java.lang.String |
getDisplayName()
Returns the displayName of the community. |
java.util.Date |
getModificationDate()
Returns the Date this community was last modified. |
java.lang.String |
getName()
Returns the name of the community. |
int |
hashCode()
|
void |
setAvailableContentTypes(java.lang.String... availableContentTypes)
|
void |
setContentTypes(java.lang.String... contentTypes)
|
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date of the community. |
void |
setDescription(java.lang.String description)
Sets the description of the community. |
void |
setDisplayName(java.lang.String displayName)
Sets the displayName of the community. |
void |
setModificationDate(java.util.Date modificationDate)
Sets the date the community was last modified. |
void |
setName(java.lang.String name)
Sets the name of the community. |
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 |
|---|
protected java.lang.String name
protected java.lang.String displayName
protected java.lang.String description
protected java.util.Date creationDate
protected java.util.Date modificationDate
protected java.lang.String[] contentTypes
protected java.lang.String[] availableContentTypes
| Constructor Detail |
|---|
public WSJiveContainer()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the community.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - the displayName of the community.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description of the community.public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate - the date the community was created.public java.util.Date getModificationDate()
By default, this feature is
public void setModificationDate(java.util.Date modificationDate)
modificationDate - the date the community was modified.public java.lang.String[] getContentTypes()
public void setContentTypes(java.lang.String... contentTypes)
public java.lang.String[] getAvailableContentTypes()
public void setAvailableContentTypes(java.lang.String... availableContentTypes)
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 | |||||||||