org.codehaus.swizzle.confluence
Class PageSummary

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.PageSummary
Direct Known Subclasses:
Page

public class PageSummary
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
PageSummary()
           
PageSummary(Map data)
           
 
Method Summary
 String getId()
          the id of the page
 int getLocks()
          the number of locks current on this page
 String getParentId()
          the id of the parent page
 String getSpace()
          the key of the space that this page belongs to
 String getTitle()
          the title of the page
 String getUrl()
          the url to view this page online
 void setId(String id)
           
 void setLocks(int locks)
           
 void setParentId(String parentId)
           
 void setSpace(String space)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 
Methods inherited from class org.codehaus.swizzle.confluence.MapObject
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toRawMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageSummary

public PageSummary()

PageSummary

public PageSummary(Map data)
Method Detail

getId

public String getId()
the id of the page


setId

public void setId(String id)

getSpace

public String getSpace()
the key of the space that this page belongs to


setSpace

public void setSpace(String space)

getParentId

public String getParentId()
the id of the parent page


setParentId

public void setParentId(String parentId)

getTitle

public String getTitle()
the title of the page


setTitle

public void setTitle(String title)

getUrl

public String getUrl()
the url to view this page online


setUrl

public void setUrl(String url)

getLocks

public int getLocks()
the number of locks current on this page


setLocks

public void setLocks(int locks)


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.