return modifierEntry;
}
public CMISAuthor getAuthor() {
if(null == authorEntry) {
authorEntry = new CMISAuthor(getService(), new XmlDataHandler((Node)this.getDataHandler().getData(),
nameSpaceCtx, (XPathExpression)AtomXPath.author.getPath()));
}
return authorEntry;
}