public class PageInfo extends Object
Constructor and Description |
---|
PageInfo(String id,
Date modified,
String author,
Integer version) |
Modifier and Type | Method and Description |
---|---|
String |
author()
Author of this version
|
String |
id()
Id of the page (namespace + name)
|
Date |
modified()
Date of the modification of this version
|
String |
toString() |
Integer |
version()
Version as a timestamp
Should correspond to
modified() |
public String id()
public Date modified()
public String author()
public Integer version()
modified()
Copyright © 2019. All rights reserved.