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

ars.database.model.TreeModel Maven / Gradle / Ivy

The newest version!
package ars.database.model;

import ars.util.Tree;

/**
 * 树形结构数据模型
 *
 * @param  树对象类型
 * @author wuyongqiang
 */
public interface TreeModel> extends Model, Tree {
    /**
     * 获取树标识
     *
     * @return 树标识
     */
    public String getKey();

    /**
     * 设置树标识
     *
     * @param key 树标识
     */
    public void setKey(String key);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy