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

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

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

See Also:
Serialized Form

Constructor Summary
SessionDescriptionsResponse(java.util.List<java.util.Map<SessionDescriptionsRequest.Column,java.lang.String>> listOfMaps)
           
 
Method Summary
 java.util.List<java.util.Map<SessionDescriptionsRequest.Column,java.lang.String>> getListOfMaps()
           
 void setTableModelFromData(GeneralTableModel tableModel)
           
 
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

SessionDescriptionsResponse

public SessionDescriptionsResponse(java.util.List<java.util.Map<SessionDescriptionsRequest.Column,java.lang.String>> listOfMaps)
Method Detail

getListOfMaps

public java.util.List<java.util.Map<SessionDescriptionsRequest.Column,java.lang.String>> getListOfMaps()

setTableModelFromData

public void setTableModelFromData(GeneralTableModel tableModel)