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

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.TopicSoapDO

public class TopicSoapDO
extends FolderSoapDO

Represents a discussion topic.

Change History
Release: 4.1

Since:
4.1

Constructor Summary
TopicSoapDO()
           
 
Method Summary
 int getViewCount()
          Returns 'viewCount'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setViewCount(int viewCount)
          Sets 'viewCount'.
 
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

TopicSoapDO

public TopicSoapDO()
Method Detail

getViewCount

public int getViewCount()
Returns 'viewCount'. Number of posts on this topic.

Returns:
Value of 'viewCount'.

setViewCount

public void setViewCount(int viewCount)
Sets 'viewCount'. Number of posts on this topic.

Parameters:
viewCount - Value of 'viewCount'.

registerTypeMappings

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