package org.whole.lang.commons.model; /** * @generator Whole */ public interface Fragment extends ICommonsEntity, Any { public Any getRootEntity(); public void setRootEntity(Any rootEntity); }