Class PageHistorySummary


  • public class PageHistorySummary
    extends MapObject
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • PageHistorySummary

        public PageHistorySummary()
      • PageHistorySummary

        public PageHistorySummary​(Map<String,​Object> 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)