Class RemotePage
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
com.atlassian.confluence.rpc.soap.beans.RemotePage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
boolean
void
setContent
(String content) void
setContentStatus
(String contentStatus) void
setCreated
(Date created) void
setCreator
(String creator) void
setHomePage
(boolean homePage) void
setModified
(Date modified) void
setModifier
(String modifier) toString()
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
getParentId, getVersion, setParentId, setVersion
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
getId, getPermissions, getSpace, getTitle, getUrl, setId, setPermissions, setSpace, setTitle, setUrl
-
Constructor Details
-
RemotePage
public RemotePage() -
RemotePage
-
-
Method Details
-
getCreated
-
setCreated
-
getModified
-
setModified
-
getCreator
-
setCreator
-
getModifier
-
setModifier
-
getContent
-
setContent
-
getContentStatus
-
setContentStatus
-
isHomePage
public boolean isHomePage() -
setHomePage
public void setHomePage(boolean homePage) -
isCurrent
public boolean isCurrent() -
equals
- Overrides:
equals
in classRemotePageSummary
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRemotePageSummary
-
toString
- Overrides:
toString
in classRemotePageSummary
-