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

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

package ars.database.model;

import ars.util.Tree;
import ars.database.model.Model;

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy