com.vasoftware.sf.soap44.webservices.discussion
Class ForumSoapDO

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
      extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapDO
          extended by com.vasoftware.sf.soap44.webservices.discussion.ForumSoapDO

public class ForumSoapDO
extends FolderSoapDO

Represents a forum.

Since:
4.3

Constructor Summary
ForumSoapDO()
           
 
Method Summary
 boolean getListEnabled()
          Returns 'listEnabled'.
 java.lang.String getListName()
          Returns 'listName'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setListEnabled(boolean listEnabled)
          Sets 'listEnabled'.
 void setListName(java.lang.String listName)
          Sets 'listName'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumSoapDO

public ForumSoapDO()
Method Detail

getListName

public java.lang.String getListName()
Returns 'listName'. mailing list associated with this Forum

Returns:
Value of 'listName'.

setListName

public void setListName(java.lang.String listName)
Sets 'listName'. mailing list associated with this Forum

Parameters:
listName - Value of 'listName'.

getListEnabled

public boolean getListEnabled()
Returns 'listEnabled'. Wether the mailing list is enabled or not

Returns:
Value of 'listEnabled'.

setListEnabled

public void setListEnabled(boolean listEnabled)
Sets 'listEnabled'. Wether the mailing list is enabled or not

Parameters:
listEnabled - Value of 'listEnabled'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)