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

Quick Search    Search Deep

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

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

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


Field Summary
private  java.util.List list
           
 
Fields inherited from class nectar.reda.client.action.ClientCommandAction
 
Fields inherited from class nectar.reda.client.action.ClientAction
 
Constructor Summary
GetDeletedRecords()
           
 
Method Summary
 java.util.List getDeletedList()
           
 void setDeletedList(java.util.List rList)
           
 
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

list

private java.util.List list
Constructor Detail

GetDeletedRecords

public GetDeletedRecords()
Method Detail

setDeletedList

public void setDeletedList(java.util.List rList)

getDeletedList

public java.util.List getDeletedList()