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

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

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

Contains an ArrayImageCollectionBean

See Also:
Serialized Form

Constructor Summary
ArrayImageCollectionResponse(ArrayImageCollectionBean arrayImageCollectionBean)
           
 
Method Summary
 ArrayImageCollectionBean getArrayImageCollectionBean()
           
 
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

ArrayImageCollectionResponse

public ArrayImageCollectionResponse(ArrayImageCollectionBean arrayImageCollectionBean)
Method Detail

getArrayImageCollectionBean

public ArrayImageCollectionBean getArrayImageCollectionBean()