org.deegree.services.wpvs.io
Class BackendResult

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

public class BackendResult
extends java.lang.Object

The BackendResult class TODO add class documentation here.

Version:
$Revision: 18171 $, $Date: 2009-06-17 16:00:07 +0200 (Mi, 17. Jun 2009) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

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
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.