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 boolean
equals(Object o)
long
getParentId()
int
getVersion()
int
hashCode()
void
setParentId(long parentId)
void
setVersion(int version)
String
toString()
-
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:
toString
in classAbstractRemotePageSummary
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
-