Class TopicSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.discussion.TopicSoapDO
Represents a discussion topic.
Change History
Release: 4.1
- No changes.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'lastPostBy'.Returns 'lastPostDate'.Returns 'status'.intReturns 'viewCount'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetLastPostBy(String lastPostBy) Sets 'lastPostBy'.voidsetLastPostDate(Date lastPostDate) Sets 'lastPostDate'.voidSets 'status'.voidsetViewCount(int viewCount) Sets 'viewCount'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitleMethods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
TopicSoapDO
public TopicSoapDO()
-
-
Method Details
-
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'.
-
getLastPostBy
Returns 'lastPostBy'. User who made the last post on this topic.- Returns:
- Value of 'lastPostBy'.
-
setLastPostBy
Sets 'lastPostBy'. User who made the last post on this topic.- Parameters:
lastPostBy- Value of 'lastPostBy'.
-
getLastPostDate
Returns 'lastPostDate'. Date when a post was last made on this topic- Returns:
- Value of 'lastPostDate'.
-
setLastPostDate
Sets 'lastPostDate'. Date when a post was last made on this topic- Parameters:
lastPostDate- Value of 'lastPostDate'.
-
getStatus
Returns 'status'. Consolidated status of the posts contained in the Topic. 'A' indicates all posts are approved and 'W' indicates topic contains one or more pending posts.- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. Consolidated status of the posts contained in the Topic. 'A' indicates all posts are approved and 'W' indicates topic contains one or more pending posts.- Parameters:
status- Value of 'status'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-