Clearspace API (2.0.15) Web Services Client Javadocs

com.jivesoftware.community.webservices
Class WSJiveContainer

java.lang.Object
  extended by com.jivesoftware.community.webservices.WSJiveObject
      extended by com.jivesoftware.community.webservices.WSJiveContainer
Direct Known Subclasses:
WSCommunity, WSProject

public class WSJiveContainer
extends WSJiveObject


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

name

protected java.lang.String name

displayName

protected java.lang.String displayName

description

protected java.lang.String description

creationDate

protected java.util.Date creationDate

modificationDate

protected java.util.Date modificationDate

contentTypes

protected java.lang.String[] contentTypes

availableContentTypes

protected java.lang.String[] availableContentTypes
Constructor Detail

WSJiveContainer

public WSJiveContainer()
Method Detail

getName

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

Returns:
the name of the community.

setName

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

Parameters:
name - the name of the community.

getDisplayName

public java.lang.String getDisplayName()
Returns the displayName of the community.

Returns:
the displayName of the community.

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName of the community.

Parameters:
displayName - the displayName of the community.

getDescription

public java.lang.String getDescription()
Returns the description of the community.

Returns:
the description of the community.

setDescription

public void setDescription(java.lang.String description)
Sets the description of the community.

Parameters:
description - the description of the community.

getCreationDate

public java.util.Date getCreationDate()
Returns the Date that the community was created.

Returns:
the Date the community was created.

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Sets the creation date of the community. In most cases, the creation date will default to when the community was entered into the system. However, the creation date needs to be set manually when importing data. In other words, skin authors should ignore this method since it only intended for system maintenance.

Parameters:
creationDate - the date the community was created.

getModificationDate

public java.util.Date getModificationDate()
Returns the Date this community was last modified. In other words, the date of the most recent community update in this community.

By default, this feature is

Returns:
the Date the community was last modified.

setModificationDate

public void setModificationDate(java.util.Date modificationDate)
Sets the date the community was last modified. In most cases, last modifed will default to when the community data was last changed. However, the last modified date needs to be set manually when importing data. In other words, skin authors should ignore this method since it only intended for system maintenance.

Parameters:
modificationDate - the date the community was modified.

getContentTypes

public java.lang.String[] getContentTypes()

setContentTypes

public void setContentTypes(java.lang.String... contentTypes)

getAvailableContentTypes

public java.lang.String[] getAvailableContentTypes()

setAvailableContentTypes

public void setAvailableContentTypes(java.lang.String... availableContentTypes)

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.