org.codehaus.swizzle.confluence
Class PageHistorySummary
java.lang.Object
org.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.PageHistorySummary
public class PageHistorySummary
- extends MapObject
- Version:
- $Revision$ $Date$
| Fields inherited from class org.codehaus.swizzle.confluence.MapObject |
fields |
| 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 |
PageHistorySummary
public PageHistorySummary()
PageHistorySummary
public PageHistorySummary(Map data)
getId
public String getId()
- the id of the historical page
setId
public void setId(String id)
getVersion
public int getVersion()
- the version of this historical page
setVersion
public void setVersion(int version)
getModifier
public String getModifier()
- the user who made this change
setModifier
public void setModifier(String modifier)
getModified
public Date getModified()
- timestamp change was made
setModified
public void setModified(Date modified)
Copyright © 2012 The Codehaus Foundation. All Rights Reserved.