Class RemotePage
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
-
- com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
-
- com.atlassian.confluence.rpc.soap.beans.RemotePage
-
public class RemotePage extends RemotePageSummary
-
-
Constructor Summary
Constructors Constructor Description RemotePage()
RemotePage(Page page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 classRemotePageSummary
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classRemotePageSummary
-
toString
public String toString()
- Overrides:
toString
in classRemotePageSummary
-
-