com.atlassian.confluence.rpc.soap.beans
Class RemoteComment

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

public class RemoteComment
extends Object


Constructor Summary
RemoteComment()
           
RemoteComment(Comment comment)
           
 
Method Summary
 boolean equals(Object o)
           
 String getContent()
           
 Date getCreated()
           
 String getCreator()
           
 long getId()
           
 Date getModified()
           
 String getModifier()
           
 long getPageId()
           
 long getParentId()
           
 String getTitle()
           
 String getUrl()
           
 int hashCode()
           
 void setContent(String content)
           
 void setCreated(Date created)
           
 void setCreator(String creator)
           
 void setId(long id)
           
 void setModified(Date modified)
           
 void setModifier(String modifier)
           
 void setPageId(long pageId)
           
 void setParentId(long parentId)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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)

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.