org.nqcx.tree.NodeWrapperBase Maven / Gradle / Ivy
/*
* Copyright 2012-2013 nqcx.org All right reserved. This software is the
* confidential and proprietary information of nqcx.org ("Confidential
* Information"). You shall not disclose such Confidential Information and shall
* use it only in accordance with the terms of the license agreement you entered
* into with nqcx.org.
*/
package org.nqcx.tree;
import java.io.Serializable;
/**
* Node Wrapper base
*
* @author naqichuan Dec 15, 2013
*/
public abstract class NodeWrapperBase implements NodeWrapper, Serializable {
private static final long serialVersionUID = -8367373253138096474L;
@Override
public abstract Object getNodeId();
@Override
public abstract Object getParentNodeId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy