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

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

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

Contains an initialized ManyToManyBean.

See Also:
Serialized Form

Constructor Summary
ManyToManyResponse(ManyToManyBean manyToManyBean)
           
 
Method Summary
 ManyToManyBean getManyToManyBean()
           
 
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

ManyToManyResponse

public ManyToManyResponse(ManyToManyBean manyToManyBean)
Method Detail

getManyToManyBean

public ManyToManyBean getManyToManyBean()