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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanvoidsetContent(String content) voidsetContentStatus(String contentStatus) voidsetCreated(Date created) voidsetCreator(String creator) voidsetHomePage(boolean homePage) voidsetModified(Date modified) voidsetModifier(String modifier) toString()Methods inherited from class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
getParentId, getVersion, setParentId, setVersionMethods 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:
equalsin classRemotePageSummary
-
hashCode
public int hashCode()- Overrides:
hashCodein classRemotePageSummary
-
toString
- Overrides:
toStringin classRemotePageSummary
-