Exemple #1
0
 public Rendition(NodeBase n) {
   setId(n.getId());
   setType(n.getType());
   setCreated(n.getCreated());
   setCreator(n.getCreator());
   setModified(n.getModified());
   setModifier(n.getModifier());
 }