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

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

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

Contains an ArrayImageIDs original TissueTypeID in the TissueDiagnosis. (The TissueTypeID can be reassigned in ScoredImages.) If for some reason there is a missing link between the ArrayImage table and TissueDiagonsis table, wasTypeLookedUp will return false.

See Also:
Serialized Form

Constructor Summary
OriginalTypeResponse(int typeID, boolean wasTypeLookedUp)
           
 
Method Summary
 int getTypeID()
           
 boolean wasTypeLookedUp()
           
 
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

OriginalTypeResponse

public OriginalTypeResponse(int typeID,
                            boolean wasTypeLookedUp)
Method Detail

getTypeID

public int getTypeID()

wasTypeLookedUp

public boolean wasTypeLookedUp()