Class PostSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.discussion.PostSoapDO
This class represents a discussion post within a specific forum, under a specific topic.
Change History
Release: 4.1
- No changes.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'content'.Returns 'replyToId'.Returns 'status'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setContent
(String content) Sets 'content'.void
setReplyToId
(String replyToId) Sets 'replyToId'.void
Sets 'status'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
PostSoapDO
public PostSoapDO()
-
-
Method Details
-
getContent
Returns 'content'. Discussion post contents.- Returns:
- Value of 'content'.
-
setContent
Sets 'content'. Discussion post contents.- Parameters:
content
- Value of 'content'.
-
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'.
-
getStatus
Returns 'status'. Status of the post indicating whether it is authorized or not. 'A' indicates the post is approved and 'W' indicates the post is waiting for approval- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. Status of the post indicating whether it is authorized or not. 'A' indicates the post is approved and 'W' indicates the post is waiting for approval- Parameters:
status
- Value of 'status'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-