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

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
      extended by com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
          extended by com.atlassian.confluence.rpc.soap.beans.RemotePage

public class RemotePage
extends RemotePageSummary


Constructor Summary
RemotePage()
           
RemotePage(Page page)
           
 
Method Summary
 boolean equals(Object o)
           
 String getContent()
           
 String getContentStatus()
           
 Date getCreated()
           
 String getCreator()
           
 Date getModified()
           
 String getModifier()
           
 int hashCode()
           
 boolean isCurrent()
           
 boolean isHomePage()
           
 void setContent(String content)
           
 void setContentStatus(String contentStatus)
           
 void setCreated(Date created)
           
 void setCreator(String creator)
           
 void setHomePage(boolean homePage)
           
 void setModified(Date modified)
           
 void setModifier(String modifier)
           
 String toString()
           
 
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
getParentId, getVersion, setParentId, setVersion
 
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

RemotePage

public RemotePage()

RemotePage

public RemotePage(Page page)
Method Detail

getCreated

public Date getCreated()

setCreated

public void setCreated(Date created)

getModified

public Date getModified()

setModified

public void setModified(Date modified)

getCreator

public String getCreator()

setCreator

public void setCreator(String creator)

getModifier

public String getModifier()

setModifier

public void setModifier(String modifier)

getContent

public String getContent()

setContent

public void setContent(String content)

getContentStatus

public String getContentStatus()

setContentStatus

public void setContentStatus(String contentStatus)

isHomePage

public boolean isHomePage()

setHomePage

public void setHomePage(boolean homePage)

isCurrent

public boolean isCurrent()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class RemotePageSummary

toString

public String toString()
Overrides:
toString in class RemotePageSummary


Copyright © 2003-2011 Atlassian. All Rights Reserved.