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

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.discussion.PostSoapRow

public class PostSoapRow
extends java.lang.Object

A discussion post list is represented by PostSoapList. Each row within a post list is represented by the PostSoapRow class.

Change History
Release: 4.2

Since:
4.1

Constructor Summary
PostSoapRow()
           
 
Method Summary
 java.lang.String getContent()
          Returns 'content'.
 java.lang.String getCreatedByUserName()
          Returns 'createdByUserName'.
 java.util.Date getCreatedDate()
          Returns 'createdDate'.
 java.lang.String getForumId()
          Returns 'forumId'.
 java.lang.String getId()
          Returns 'id'.
 java.lang.String getProjectId()
          Returns 'projectId'.
 java.lang.String getReplyToId()
          Returns 'replyToId'.
 java.lang.String getTitle()
          Returns 'title'.
 java.lang.String getTopicId()
          Returns 'topicId'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setContent(java.lang.String content)
          Sets 'content'.
 void setCreatedByUserName(java.lang.String createdByUserName)
          Sets 'createdByUserName'.
 void setCreatedDate(java.util.Date createdDate)
          Sets 'createdDate'.
 void setForumId(java.lang.String forumId)
          Sets 'forumId'.
 void setId(java.lang.String id)
          Sets 'id'.
 void setProjectId(java.lang.String projectId)
          Sets 'projectId'.
 void setReplyToId(java.lang.String replyToId)
          Sets 'replyToId'.
 void setTitle(java.lang.String title)
          Sets 'title'.
 void setTopicId(java.lang.String topicId)
          Sets 'topicId'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostSoapRow

public PostSoapRow()
Method Detail

getId

public java.lang.String getId()
Returns 'id'. ID of the discussion post.

Returns:
Value of 'id'.

setId

public void setId(java.lang.String id)
Sets 'id'. ID of the discussion post.

Parameters:
id - Value of 'id'.

getReplyToId

public java.lang.String getReplyToId()
Returns 'replyToId'. ID of the original post to which this is a reply.

Returns:
Value of 'replyToId'.

setReplyToId

public void setReplyToId(java.lang.String replyToId)
Sets 'replyToId'. ID of the original post to which this is a reply.

Parameters:
replyToId - Value of 'replyToId'.

getTitle

public java.lang.String getTitle()
Returns 'title'. Discussion post title.

Returns:
Value of 'title'.

setTitle

public void setTitle(java.lang.String title)
Sets 'title'. Discussion post title.

Parameters:
title - Value of 'title'.

getContent

public java.lang.String getContent()
Returns 'content'. Discussion post contents.

Returns:
Value of 'content'.

setContent

public void setContent(java.lang.String content)
Sets 'content'. Discussion post contents.

Parameters:
content - Value of 'content'.

getProjectId

public java.lang.String getProjectId()
Returns 'projectId'. ID of the project associated with this post.

Returns:
Value of 'projectId'.

setProjectId

public void setProjectId(java.lang.String projectId)
Sets 'projectId'. ID of the project associated with this post.

Parameters:
projectId - Value of 'projectId'.

getForumId

public java.lang.String getForumId()
Returns 'forumId'. ID of the forum associated with this post.

Returns:
Value of 'forumId'.

setForumId

public void setForumId(java.lang.String forumId)
Sets 'forumId'. ID of the forum associated with this post.

Parameters:
forumId - Value of 'forumId'.

getTopicId

public java.lang.String getTopicId()
Returns 'topicId'. ID of the topic associated with this post.

Returns:
Value of 'topicId'.

setTopicId

public void setTopicId(java.lang.String topicId)
Sets 'topicId'. ID of the topic associated with this post.

Parameters:
topicId - Value of 'topicId'.

getCreatedByUserName

public java.lang.String getCreatedByUserName()
Returns 'createdByUserName'. User who created this post.

Returns:
Value of 'createdByUserName'.

setCreatedByUserName

public void setCreatedByUserName(java.lang.String createdByUserName)
Sets 'createdByUserName'. User who created this post.

Parameters:
createdByUserName - Value of 'createdByUserName'.

getCreatedDate

public java.util.Date getCreatedDate()
Returns 'createdDate'. Date this post was created.

Returns:
Value of 'createdDate'.

setCreatedDate

public void setCreatedDate(java.util.Date createdDate)
Sets 'createdDate'. Date this post was created.

Parameters:
createdDate - Value of 'createdDate'.

registerTypeMappings

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