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

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

public final class UpdateResponse
extends SuccessResponse
implements java.io.Serializable

Contains a JBean, possibly with an updated PrimaryKey ID if an INSERT was performed.

See Also:
Serialized Form

Constructor Summary
UpdateResponse(JBean bean)
           
 
Method Summary
 JBean getBean()
           
 
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

UpdateResponse

public UpdateResponse(JBean bean)
Method Detail

getBean

public JBean getBean()