Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.components
Class TransactionSummary

java.lang.Object
  extended by com.esri.gpt.server.csw.provider.components.TransactionSummary

public class TransactionSummary
extends Object

Summary information associated with a CSW Transaction operation.


Constructor Summary
TransactionSummary()
          Default constructor
 
Method Summary
 int getTotalDeleted()
          Gets the number of documents deleted.
 int getTotalInserted()
          Gets the number of documents inserted (created).
 int getTotalUpdated()
          Gets the number of documents updated (replaced).
 void setTotalDeleted(int number)
          Sets the number of documents deleted.
 void setTotalInserted(int number)
          Sets the number of documents deleted.
 void setTotalUpdated(int number)
          Sets the number of documents deleted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSummary

public TransactionSummary()
Default constructor

Method Detail

getTotalDeleted

public int getTotalDeleted()
Gets the number of documents deleted.

Returns:
the number deleted

setTotalDeleted

public void setTotalDeleted(int number)
Sets the number of documents deleted.

Parameters:
number - the number deleted

getTotalInserted

public int getTotalInserted()
Gets the number of documents inserted (created).

Returns:
the number inserted

setTotalInserted

public void setTotalInserted(int number)
Sets the number of documents deleted.

Parameters:
number - the number deleted

getTotalUpdated

public int getTotalUpdated()
Gets the number of documents updated (replaced).

Returns:
the number updated

setTotalUpdated

public void setTotalUpdated(int number)
Sets the number of documents deleted.

Parameters:
number - the number deleted

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.