All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.freegeese.maven.plugin.autocode.demo.base.Treeable Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.github.freegeese.maven.plugin.autocode.demo.base;

/**
 * Created by Administrator on 2017/4/13.
 */
public interface Treeable extends Sortable {
    /**
     * 父节点ID
     *
     * @return
     */
    ID getParent();

    void setParent(ID parent);

    /**
     * 所在位置路径(/node1/node-1-1/node-1-1-1)
     *
     * @return
     */
    String getPath();

    void setPath(String path);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy