com.atlassian.confluence.rpc.soap.beans
Class RemotePageSummary

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
      extended by com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
Direct Known Subclasses:
RemotePage

public class RemotePageSummary
extends AbstractRemotePageSummary


Constructor Summary
RemotePageSummary()
           
RemotePageSummary(Page page)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemotePageSummary

public RemotePageSummary()

RemotePageSummary

public RemotePageSummary(Page page)
Method Detail

getParentId

public long getParentId()

setParentId

public void setParentId(long parentId)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class AbstractRemotePageSummary

getVersion

public int getVersion()

setVersion

public void setVersion(int version)


Copyright © 2003-2012 Atlassian. All Rights Reserved.