Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.reda.recordeditor.client.action
Class GetRecordTree  view GetRecordTree download GetRecordTree.java

java.lang.Object
  extended bynectar.reda.client.action.ClientAction
      extended bynectar.reda.client.action.ClientCommandAction
          extended bynectar.reda.recordeditor.client.action.GetRecordTree
All Implemented Interfaces:
java.io.Serializable

public class GetRecordTree
extends nectar.reda.client.action.ClientCommandAction

Fetches a record tree from the server.


Field Summary
private  int depth
           
private  java.lang.Long owner
           
private  nectar.record.RecordTree tree
           
private  java.lang.String type
           
 
Fields inherited from class nectar.reda.client.action.ClientCommandAction
 
Fields inherited from class nectar.reda.client.action.ClientAction
 
Constructor Summary
GetRecordTree(java.lang.Long owner, java.lang.String type, int depth)
          Creates a new instance of GetRecordTree
 
Method Summary
 int getDepth()
           
 java.lang.Long getOwner()
           
 nectar.record.RecordTree getTree()
           
 java.lang.String getType()
           
 void setTree(nectar.record.RecordTree rt)
           
 
Methods inherited from class nectar.reda.client.action.ClientCommandAction
getCallingThreadHashCode, setCallingThreadHashCode
 
Methods inherited from class nectar.reda.client.action.ClientAction
hasException, setException, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tree

private nectar.record.RecordTree tree

owner

private java.lang.Long owner

type

private java.lang.String type

depth

private int depth
Constructor Detail

GetRecordTree

public GetRecordTree(java.lang.Long owner,
                     java.lang.String type,
                     int depth)
Creates a new instance of GetRecordTree

Method Detail

getOwner

public java.lang.Long getOwner()

getType

public java.lang.String getType()

getDepth

public int getDepth()

setTree

public void setTree(nectar.record.RecordTree rt)

getTree

public nectar.record.RecordTree getTree()