public interface  org.jvnet.hk.config.ConfigBeanProxy extends java.lang.Object
{
public abstract org.jvnet.hk.config.ConfigBeanProxy getParent();
public abstract org.jvnet.hk.config.ConfigBeanProxy getParent(java.lang.Class);
public abstract org.jvnet.hk.config.ConfigBeanProxy createChild(java.lang.Class) throws org.jvnet.hk.config.TransactionFailure;
public abstract org.jvnet.hk.config.ConfigBeanProxy deepCopy(org.jvnet.hk.config.ConfigBeanProxy) throws org.jvnet.hk.config.TransactionFailure;
}