in src/main/java/org/apache/cxf/cwiki/Page.java [157:168]
public Page(Page source) {
super(source);
this.modified = source.modified;
this.parent = source.parent;
this.spaceKey = source.spaceKey;
this.attachments = source.attachments;
this.includes = source.includes;
this.childrenOf = source.childrenOf;
this.exporter = source.exporter;
this.hasBlog = source.hasBlog;
this.codeTypes = source.codeTypes;
}