|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.PageSummary
public class PageSummary
| 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 |
|---|
public PageSummary()
public PageSummary(Map data)
| Method Detail |
|---|
public String getId()
public void setId(String id)
public String getSpace()
public void setSpace(String space)
public String getParentId()
public void setParentId(String parentId)
public String getTitle()
public void setTitle(String title)
public String getUrl()
public void setUrl(String url)
public int getLocks()
public void setLocks(int locks)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||