org.codehaus.swizzle.confluence
Class PageHistorySummary

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.PageHistorySummary

public class PageHistorySummary
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
PageHistorySummary()
           
PageHistorySummary(Map data)
           
 
Method Summary
 String getId()
          the id of the historical page
 Date getModified()
          timestamp change was made
 String getModifier()
          the user who made this change
 int getVersion()
          the version of this historical page
 void setId(String id)
           
 void setModified(Date modified)
           
 void setModifier(String modifier)
           
 void setVersion(int version)
           
 
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

PageHistorySummary

public PageHistorySummary()

PageHistorySummary

public PageHistorySummary(Map data)
Method Detail

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.