egovframework.rfc3.iam.vo
Class JSTreeNode
java.lang.Object
egovframework.rfc3.iam.vo.JSTreeNode
public class JSTreeNode
- extends java.lang.Object
일반 트리구조를 만들기 위한 클래스
- Since:
- 2010.12.21
- Version:
- egovframework RFC 3.0
- Author:
- 개발팀 허성철
- See Also:
<< 개정이력(Modification Information) >>
수정일 수정자 수정내용
------- -------- ---------------------------
2010.12.21 허성철 최초 생성
Copyright (C) 2010 by skoinfo All right reserved.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSTreeNode
public JSTreeNode()
getAttributes
public Attributes getAttributes()
setAttributes
public void setAttributes(Attributes attributes)
getData
public Data getData()
setData
public void setData(Data data)
getState
public java.lang.String getState()
setState
public void setState(java.lang.String state)
getChildren
public java.util.ArrayList<JSTreeNode> getChildren()
setChildren
public void setChildren(java.util.ArrayList<JSTreeNode> children)