Class RemotePageSummary
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
-
- com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
-
- Direct Known Subclasses:
RemotePage
public class RemotePageSummary extends AbstractRemotePageSummary
-
-
Constructor Summary
Constructors Constructor Description RemotePageSummary()RemotePageSummary(Page page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetParentId()intgetVersion()inthashCode()voidsetParentId(long parentId)voidsetVersion(int version)StringtoString()-
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
getId, getPermissions, getSpace, getTitle, getUrl, setId, setPermissions, setSpace, setTitle, setUrl
-
-
-
-
Constructor Detail
-
RemotePageSummary
public RemotePageSummary()
-
RemotePageSummary
public RemotePageSummary(Page page)
-
-
Method Detail
-
getParentId
public long getParentId()
-
setParentId
public void setParentId(long parentId)
-
toString
public String toString()
- Overrides:
toStringin classAbstractRemotePageSummary
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
-