首页>代码>ztree异步加载简单示例(struts2)>/ZtreeDemo/src/org/masque/ztree/demo/vo/ZtreeVo.java
package org.masque.ztree.demo.vo;


public class ZtreeVo implements java.io.Serializable{

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	
	private String id;
	
	private String name;
	
	private boolean isParent = false;
	
	public ZtreeVo(){
		//do nothing
	}
	
	public ZtreeVo(String id,String name,boolean isParent){
		this.id = id;
		this.name = name;
		this.isParent = isParent;
	}

	public String getId() {
		return id;
	}

	public void setId(String id) {
		this.id = id;
	}

	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;
	}
}
最近下载更多
senint  LV6 2020年3月30日
skipple3  LV39 2019年11月6日
ace_killer  LV8 2019年8月14日
janiter  LV15 2019年6月27日
胡天宝  LV6 2019年6月24日
sunlea  LV17 2019年5月28日
hwqhwq  LV20 2019年4月24日
北京时间五点整  LV9 2019年3月25日
a812561851  LV8 2018年11月17日
1091822144  LV1 2018年7月25日
最近浏览更多
fellowfun  LV12 2023年11月15日
lsq54365  LV14 2022年9月9日
ming_123_9715  LV23 2022年7月19日
291373020  LV7 2022年5月31日
laoKlaok  LV1 2021年8月31日
guojun  LV10 2021年6月24日
34992311  LV6 2021年6月20日
ouguanbin1014  LV6 2021年4月22日
chengqian1  LV5 2021年4月20日
sos0531  LV8 2021年1月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友