Class Comment


  • public class Comment
    extends MapObject
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • Comment

        public Comment()
    • Method Detail

      • getId

        public String getId()
        numeric id of the comment
      • setId

        public void setId​(String id)
      • getPageId

        public String getPageId()
        page ID of the comment
      • setPageId

        public void setPageId​(String pageId)
      • getTitle

        public String getTitle()
        title of the comment
      • setTitle

        public void setTitle​(String title)
      • getContent

        public String getContent()
        notated content of the comment (use renderContent to render)
      • setContent

        public void setContent​(String content)
      • getUrl

        public String getUrl()
        url to view the comment online
      • setUrl

        public void setUrl​(String url)
      • getCreated

        public Date getCreated()
        creation date of the attachment
      • setCreated

        public void setCreated​(Date created)
      • getCreator

        public String getCreator()
        creator of the attachment
      • setCreator

        public void setCreator​(String creator)