Class RemoteComment


  • public class RemoteComment
    extends Object
    • Constructor Detail

      • RemoteComment

        public RemoteComment()
      • RemoteComment

        public RemoteComment​(Comment comment)
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getPageId

        public long getPageId()
      • setPageId

        public void setPageId​(long pageId)
      • getCreated

        public Date getCreated()
      • setCreated

        public void setCreated​(Date created)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getCreator

        public String getCreator()
      • setCreator

        public void setCreator​(String creator)
      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • getParentId

        public long getParentId()
      • setParentId

        public void setParentId​(long parentId)
      • getModified

        public Date getModified()
      • setModified

        public void setModified​(Date modified)
      • getModifier

        public String getModifier()
      • setModifier

        public void setModifier​(String modifier)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object