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
-
public class PostSoapDO extends ItemSoapDO
This class represents a discussion post within a specific forum, under a specific topic.Change HistoryRelease: 4.1- No changes.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description PostSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Returns 'content'.StringgetReplyToId()Returns 'replyToId'.StringgetStatus()Returns 'status'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetContent(String content)Sets 'content'.voidsetReplyToId(String replyToId)Sets 'replyToId'.voidsetStatus(String status)Sets 'status'.-
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
-
-
-
-
Method Detail
-
getContent
public String getContent()
Returns 'content'. Discussion post contents.- Returns:
- Value of 'content'.
-
setContent
public void setContent(String content)
Sets 'content'. Discussion post contents.- Parameters:
content- Value of 'content'.
-
getReplyToId
public String getReplyToId()
Returns 'replyToId'. Id of the original post to which this is a reply.- Returns:
- Value of 'replyToId'.
-
setReplyToId
public void setReplyToId(String replyToId)
Sets 'replyToId'. Id of the original post to which this is a reply.- Parameters:
replyToId- Value of 'replyToId'.
-
getStatus
public String 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
public void setStatus(String status)
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)
-
-