|
|||||||||
| Home >> All >> nectar >> reda >> recordeditor >> client >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nectar.reda.recordeditor.client.action
Class GetRecordTree

java.lang.Objectnectar.reda.client.action.ClientAction
nectar.reda.client.action.ClientCommandAction
nectar.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()
|
|||||||||
| Home >> All >> nectar >> reda >> recordeditor >> client >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC