|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetAccountTreeResponseImpl
public class GetAccountTreeResponseImpl
Field Summary |
---|
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl |
---|
status |
Constructor Summary | |
---|---|
GetAccountTreeResponseImpl()
|
Method Summary | |
---|---|
java.lang.String |
getEncodedTree()
|
javax.swing.tree.DefaultMutableTreeNode |
getTree()
|
void |
setEncodedTree(java.lang.String encodedTree)
|
void |
setTree(javax.swing.tree.DefaultMutableTreeNode tree)
|
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl |
---|
getStatus, setStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse |
---|
getStatus, setStatus |
Constructor Detail |
---|
public GetAccountTreeResponseImpl()
Method Detail |
---|
public javax.swing.tree.DefaultMutableTreeNode getTree()
getTree
in interface GetAccountTreeResponse
public void setTree(javax.swing.tree.DefaultMutableTreeNode tree)
setTree
in interface GetAccountTreeResponse
tree
- the tree to setpublic java.lang.String getEncodedTree()
getEncodedTree
in interface GetAccountTreeResponse
public void setEncodedTree(java.lang.String encodedTree)
setEncodedTree
in interface GetAccountTreeResponse
encodedTree
- the encodedTree to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |