Class PostSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.discussion.PostSoapRow
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
- Dropped property 'truncated'.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'content'.Returns 'createdByUserName'.Returns 'createdDate'.Returns 'forumId'.getId()
Returns 'id'.Returns 'projectId'.Returns 'replyToId'.Returns 'status'.getTitle()
Returns 'title'.Returns 'topicId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setContent
(String content) Sets 'content'.void
setCreatedByUserName
(String createdByUserName) Sets 'createdByUserName'.void
setCreatedDate
(Date createdDate) Sets 'createdDate'.void
setForumId
(String forumId) Sets 'forumId'.void
Sets 'id'.void
setProjectId
(String projectId) Sets 'projectId'.void
setReplyToId
(String replyToId) Sets 'replyToId'.void
Sets 'status'.void
Sets 'title'.void
setTopicId
(String topicId) Sets 'topicId'.
-
Constructor Details
-
PostSoapRow
public PostSoapRow()
-
-
Method Details
-
getId
Returns 'id'. ID of the discussion post.- Returns:
- Value of 'id'.
-
setId
Sets 'id'. ID of the discussion post.- Parameters:
id
- Value of 'id'.
-
getReplyToId
Returns 'replyToId'. ID of the original post to which this is a reply.- Returns:
- Value of 'replyToId'.
-
setReplyToId
Sets 'replyToId'. ID of the original post to which this is a reply.- Parameters:
replyToId
- Value of 'replyToId'.
-
getTitle
Returns 'title'. Discussion post title.- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. Discussion post title.- Parameters:
title
- Value of 'title'.
-
getContent
Returns 'content'. Discussion post contents.- Returns:
- Value of 'content'.
-
setContent
Sets 'content'. Discussion post contents.- Parameters:
content
- Value of 'content'.
-
getProjectId
Returns 'projectId'. ID of the project associated with this post.- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. ID of the project associated with this post.- Parameters:
projectId
- Value of 'projectId'.
-
getForumId
Returns 'forumId'. ID of the forum associated with this post.- Returns:
- Value of 'forumId'.
-
setForumId
Sets 'forumId'. ID of the forum associated with this post.- Parameters:
forumId
- Value of 'forumId'.
-
getTopicId
Returns 'topicId'. ID of the topic associated with this post.- Returns:
- Value of 'topicId'.
-
setTopicId
Sets 'topicId'. ID of the topic associated with this post.- Parameters:
topicId
- Value of 'topicId'.
-
getCreatedByUserName
Returns 'createdByUserName'. User who created this post.- Returns:
- Value of 'createdByUserName'.
-
setCreatedByUserName
Sets 'createdByUserName'. User who created this post.- Parameters:
createdByUserName
- Value of 'createdByUserName'.
-
getCreatedDate
Returns 'createdDate'. Date this post was created.- Returns:
- Value of 'createdDate'.
-
setCreatedDate
Sets 'createdDate'. Date this post was created.- Parameters:
createdDate
- Value of 'createdDate'.
-
getStatus
Returns 'status'. Status of the post indicating whether it is authorized or not- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. Status of the post indicating whether it is authorized or not- Parameters:
status
- Value of 'status'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-