net.sf.dc.wf.requests
Class UpdateRowRequest

java.lang.Object
  extended bynet.sf.dc.wf.requests.UpdateRowRequest
All Implemented Interfaces:
IRequest

public class UpdateRowRequest
extends java.lang.Object
implements IRequest

Request for updating a row in the table

Since:
1.4
Version:
1.6
Author:
Robert Jan van der Waals

Constructor Summary
UpdateRowRequest(int tab, DCObject dco, boolean overwrite)
           
 
Method Summary
 void execute(java.util.Collection objects)
           
 boolean getExecuteOnFail()
           
 void setExecuteOnFail(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateRowRequest

public UpdateRowRequest(int tab,
                        DCObject dco,
                        boolean overwrite)
Method Detail

execute

public void execute(java.util.Collection objects)
Specified by:
execute in interface IRequest

getExecuteOnFail

public boolean getExecuteOnFail()
Specified by:
getExecuteOnFail in interface IRequest

setExecuteOnFail

public void setExecuteOnFail(boolean b)
Specified by:
setExecuteOnFail in interface IRequest