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

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

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

Contains a string describing background information about an ArrayImage, including information from the specimen, donor-block, and tissue diagnosis. Used in the Image Analysis program.

See Also:
Serialized Form

Constructor Summary
ImageInfoResponse(java.lang.String dataString)
           
 
Method Summary
 java.lang.String getDataString()
           
 
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

ImageInfoResponse

public ImageInfoResponse(java.lang.String dataString)
Method Detail

getDataString

public java.lang.String getDataString()