| | |
| | | private String parentId; |
| | | private String parentName; |
| | | private String parentBtmName; |
| | | /** |
| | | * 是否参与校验,0:不参与;1:参与 |
| | | */ |
| | | private String isParticipateCheck; |
| | | private boolean expanded = false; |
| | | private String href; |
| | | private String index; |
| | | private Map<String, String> attributes = new HashMap(); |
| | | |
| | | |
| | | |
| | | public Tree() { |
| | | } |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | public void setIsParticipateCheck(String isParticipateCheck) { |
| | | this.isParticipateCheck = isParticipateCheck; |
| | | } |
| | | |
| | | public String getIsParticipateCheck() { |
| | | return isParticipateCheck; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Tree{oid='" + this.oid + '\'' + ", text='" + this.text + '\'' + ", leaf=" + this.leaf + ", showCheckbox=" + this.showCheckbox + ", checked=" + this.checked + ", children=" + this.children + ", icon='" + this.icon + '\'' + ", iconCls='" + this.iconCls + '\'' + ", parentId='" + this.parentId + '\'' + ", parentName='" + this.parentName + '\'' + ", parentBtmName='" + this.parentBtmName + '\'' + ", expanded=" + this.expanded + ", href='" + this.href + '\'' + ", index='" + this.index + '\'' + ", attributes=" + this.attributes + '}'; |