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

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

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

Contains a List of ShapeRecords that will be displayed on an ArrayImage for the user.

See Also:
Serialized Form

Constructor Summary
ShapesLoadResponse(java.util.List<ShapeRecord> list)
           
 
Method Summary
 java.util.List<ShapeRecord> getShapeRecordsList()
           
 
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

ShapesLoadResponse

public ShapesLoadResponse(java.util.List<ShapeRecord> list)
Method Detail

getShapeRecordsList

public java.util.List<ShapeRecord> getShapeRecordsList()