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

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

public final class ExternalFileCoordinateResponse
extends SuccessResponse

See Also:
Serialized Form

Constructor Summary
ExternalFileCoordinateResponse(java.util.List<ExternalFileCoordinate> externalFileList)
           
 
Method Summary
 java.util.List<ExternalFileCoordinate> getExternalFilesList()
           
 
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

ExternalFileCoordinateResponse

public ExternalFileCoordinateResponse(java.util.List<ExternalFileCoordinate> externalFileList)
Method Detail

getExternalFilesList

public java.util.List<ExternalFileCoordinate> getExternalFilesList()