首页>代码>ztree+jsp实现异步树>/treedemo/src/com/demo/bean/TreeBean.java
package com.demo.bean;

import java.io.Serializable;

/**
 * 
 * @author tanfei 
 * @date Mar 4, 2013 9:43:56 AM
 */
public class TreeBean implements Serializable{

	/**
	 *序列号 
	 */
	private static final long serialVersionUID = 4542667966180441411L;
	
	/********************树的基本属性***********************/
	//节点id
	private String treeId;
	//父节点id
	private String parentId;
	//名称
	private String name;
	
	//是否是父节点
	private Boolean isParent;
	
	//----------------------GETTER AND SETTER-----------------------------------
	public String getTreeId() {
		return treeId;
	}
	public void setTreeId(String treeId) {
		this.treeId = treeId;
	}
	public String getParentId() {
		return parentId;
	}
	public void setParentId(String parentId) {
		this.parentId = parentId;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public Boolean getIsParent() {
		return isParent;
	}
	public void setIsParent(Boolean isParent) {
		this.isParent = isParent;
	}
	
	
}
最近下载更多
chenQun  LV1 2021年3月22日
paynotify  LV1 2021年3月20日
luoxiaobao  LV5 2021年3月16日
mjxin123456  LV10 2021年1月18日
sos0531  LV8 2021年1月18日
qiangzi520  LV1 2020年10月9日
f769715193  LV1 2020年9月8日
912299793  LV21 2020年8月21日
杨某某  LV7 2020年2月25日
myrjkf  LV1 2020年2月7日
最近浏览更多
fellowfun  LV12 2023年11月15日
291373020  LV7 2022年5月31日
2235140624  LV17 2022年3月29日
刘亦菲9527  LV15 2021年11月29日
huaua7676  LV30 2021年8月29日
月销售目标  LV2 2021年6月23日
34992311  LV6 2021年6月20日
ouguanbin1014  LV6 2021年4月22日
chengqian1  LV5 2021年4月20日
chenQun  LV1 2021年3月22日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友