|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.servlet.response.SuccessResponse edu.jhu.tmaj.servlet.response.impl.GrossDescriptionWipeResponse
public class GrossDescriptionWipeResponse
Contains the number of records checked and the number of records updated during a Gross Description Wipe.
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 |
---|
public GrossDescriptionWipeResponse(int totalChecked, int totalUpdated)
Method Detail |
---|
public int getTotalChecked()
public int getTotalUpdated()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |