Class TopicSoapDO


  • public class TopicSoapDO
    extends FolderSoapDO
    Represents a discussion topic.
    Change History
    Release: 4.1
    • No changes.
    Since:
    4.1
    • Constructor Detail

      • TopicSoapDO

        public TopicSoapDO()
    • Method Detail

      • 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

        public String getLastPostBy()
        Returns 'lastPostBy'. User who made the last post on this topic.
        Returns:
        Value of 'lastPostBy'.
      • setLastPostBy

        public void setLastPostBy​(String lastPostBy)
        Sets 'lastPostBy'. User who made the last post on this topic.
        Parameters:
        lastPostBy - Value of 'lastPostBy'.
      • getLastPostDate

        public Date getLastPostDate()
        Returns 'lastPostDate'. Date when a post was last made on this topic
        Returns:
        Value of 'lastPostDate'.
      • setLastPostDate

        public void setLastPostDate​(Date lastPostDate)
        Sets 'lastPostDate'. Date when a post was last made on this topic
        Parameters:
        lastPostDate - Value of 'lastPostDate'.
      • getStatus

        public String 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

        public void setStatus​(String status)
        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)