cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class GetAccountTreeResponseImpl

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetAccountTreeResponseImpl
All Implemented Interfaces:
BoxResponse, GetAccountTreeResponse

public class GetAccountTreeResponseImpl
extends BoxResponseImpl
implements GetAccountTreeResponse

Author:
Jimmy

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

GetAccountTreeResponseImpl

public GetAccountTreeResponseImpl()
Method Detail

getTree

public javax.swing.tree.DefaultMutableTreeNode getTree()
Specified by:
getTree in interface GetAccountTreeResponse
Returns:
the tree

setTree

public void setTree(javax.swing.tree.DefaultMutableTreeNode tree)
Specified by:
setTree in interface GetAccountTreeResponse
Parameters:
tree - the tree to set

getEncodedTree

public java.lang.String getEncodedTree()
Specified by:
getEncodedTree in interface GetAccountTreeResponse
Returns:
the encodedTree

setEncodedTree

public void setEncodedTree(java.lang.String encodedTree)
Specified by:
setEncodedTree in interface GetAccountTreeResponse
Parameters:
encodedTree - the encodedTree to set