org.deegree.services.wpvs.io
Class BackendResult

java.lang.Object
  extended by org.deegree.services.wpvs.io.BackendResult

public class BackendResult
extends Object

The BackendResult class TODO add class documentation here.

Version:
$Revision: 30127 $, $Date: 2011-03-22 11:11:12 +0100 (Tue, 22 Mar 2011) $
Author:
Rutger Bezema, last edited by: $Author: aschmitz $

Field Summary
 int deleteCount
          The number of deletes
 int insertCount
          The number of inserts
 int updateCount
          The number of updates
 
Constructor Summary
BackendResult()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

updateCount

public int updateCount
The number of updates


insertCount

public int insertCount
The number of inserts


deleteCount

public int deleteCount
The number of deletes

Constructor Detail

BackendResult

public BackendResult()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.