首页>代码>ssm商品后台管理系统>/trade/src/main/java/com/auth/common/tree/Node.java
package com.auth.common.tree;

import java.util.LinkedList;
import java.util.List;

public class Node {
	private Long id;
	private Long parentId;
	private String text;
	private String state;
	private NodeAttribute attributes;
	private List<Node> children=new LinkedList();
	private Integer order;
	
	Node(Long id,Long parentId,String text,String state,NodeAttribute attributes,Integer order){
		this.id=id;
		this.parentId=parentId;
		this.text=text;
		this.state=state;
		this.attributes=attributes;
		this.order=order;
	}

	public Long getId() {
		return id;
	}

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

	public Long getParentId() {
		return parentId;
	}

	public void setParentId(Long parentId) {
		this.parentId = parentId;
	}

	public String getText() {
		return text;
	}

	public void setText(String text) {
		this.text = text;
	}

	public String getState() {
		return state;
	}

	public void setState(String state) {
		this.state = state;
	}

	public NodeAttribute getAttributes() {
		return attributes;
	}

	public void setAttributes(NodeAttribute attributes) {
		this.attributes = attributes;
	}

	public List<Node> getChildren() {
		return children;
	}

	public void setChildren(List<Node> children) {
		this.children = children;
	}

	public Integer getOrder() {
		return order;
	}

	public void setOrder(Integer order) {
		this.order = order;
	}
	
	
}
最近下载更多
yangxinyullll  LV1 4月28日
xiongM  LV4 4月4日
wangsheng818  LV4 2月28日
马宇轩  LV1 2023年11月19日
泓鼎168  LV19 2023年10月16日
1257592068  LV6 2023年6月6日
陈小灏  LV14 2023年4月27日
teamdragon  LV6 2023年4月27日
jzl022  LV2 2023年3月1日
最近浏览更多
xy007007  LV1 昨天
yangyuer  LV1 4月28日
yangxinyullll  LV1 4月28日
yananai131  LV3 4月22日
1134116035 4月19日
暂无贡献等级
xiongM  LV4 4月1日
cxz2132132  LV11 3月20日
quartz  LV7 3月13日
xiongwei11231  LV8 3月11日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友