Package org.bsc.confluence.xmlrpc
Class PageHistorySummary
- java.lang.Object
-
- org.bsc.confluence.xmlrpc.MapObject
-
- org.bsc.confluence.xmlrpc.PageHistorySummary
-
public class PageHistorySummary extends MapObject
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description PageHistorySummary()PageHistorySummary(Map<String,Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()the id of the historical pageDategetModified()timestamp change was madeStringgetModifier()the user who made this changeintgetVersion()the version of this historical pagevoidsetId(String id)voidsetModified(Date modified)voidsetModifier(String modifier)voidsetVersion(int version)
-
-
-
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)
-
-