Class RemoteComment

java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteComment

public class RemoteComment extends Object
  • Constructor Details

    • RemoteComment

      public RemoteComment()
    • RemoteComment

      public RemoteComment(Comment comment)
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object