Class RemoteComment
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.RemoteComment
-
public class RemoteComment extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteComment()
RemoteComment(Comment comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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)
-
-