edu.jhu.tmaj.servlet.response.impl
Class GrossDescriptionWipeResponse

java.lang.Object
  extended by edu.jhu.tmaj.servlet.response.SuccessResponse
      extended by edu.jhu.tmaj.servlet.response.impl.GrossDescriptionWipeResponse
All Implemented Interfaces:
CommandResponse, java.io.Serializable

public class GrossDescriptionWipeResponse
extends SuccessResponse
implements java.io.Serializable

Contains the number of records checked and the number of records updated during a Gross Description Wipe.

See Also:
Serialized Form

Constructor Summary
GrossDescriptionWipeResponse(int totalChecked, int totalUpdated)
           
 
Method Summary
 int getTotalChecked()
           
 int getTotalUpdated()
           
 
Methods inherited from class edu.jhu.tmaj.servlet.response.SuccessResponse
getError, isSuccessful, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GrossDescriptionWipeResponse

public GrossDescriptionWipeResponse(int totalChecked,
                                    int totalUpdated)
Method Detail

getTotalChecked

public int getTotalChecked()

getTotalUpdated

public int getTotalUpdated()