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(java.lang.Object o)
           
 long getParentId()
           
 int hashCode()
           
 void setParentId(long parentId)
           
 java.lang.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(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class AbstractRemotePageSummary


Copyright © 2003-2011 Atlassian. All Rights Reserved.