com.sri.emo.controller
Class NodeCloner
java.lang.Object
com.sri.emo.controller.NodeCloner
public class NodeCloner
- extends Object
- Version:
- 1.0
- Author:
- Michael Rimov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
src
final Node src
title
final String title
NodeCloner
public NodeCloner(Node sourceNode,
String newTitle)
cloneAsOrphan
public Node cloneAsOrphan(ErrorCollection validationErrors)
throws DBException
- Throws:
DBException
cloneAsSibling
public Node cloneAsSibling(ErrorCollection validationErrors)
throws DBException
- Throws:
DBException
validate
protected void validate(ErrorCollection toPopulate)
throws DBException
- Throws:
DBException
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.