gumbo.visualize.data
Class TestServerAgent.MsgTreeOpenResponse

java.lang.Object
  |
  +--gumbo.net.msg.Message
        |
        +--gumbo.visualize.data.TestServerAgent.MsgGraphModel
              |
              +--gumbo.visualize.data.TestServerAgent.MsgTreeOpenResponse
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TestServerAgent

public static class TestServerAgent.MsgTreeOpenResponse
extends gumbo.visualize.data.TestServerAgent.MsgGraphModel

See Also:
Serialized Form

Constructor Summary
TestServerAgent.MsgTreeOpenResponse(GraphModel model)
           
 
Method Summary
 java.lang.String getBodyVersion()
          Gets the version for the message body data format.
 GraphModel getGraphModel()
           
 void setGraphModel(GraphModel model)
           
 java.lang.String toBodyString()
          Creates a new string representing the contents of the message body for status messages.
 
Methods inherited from class gumbo.net.msg.Message
beforeBodyWrite, defaultHead, getHead, getMessageType, setHead, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestServerAgent.MsgTreeOpenResponse

public TestServerAgent.MsgTreeOpenResponse(GraphModel model)
Method Detail

setGraphModel

public void setGraphModel(GraphModel model)

getGraphModel

public GraphModel getGraphModel()

getBodyVersion

public java.lang.String getBodyVersion()
Description copied from class: Message
Gets the version for the message body data format. Used for head creation. Never null.

Specified by:
getBodyVersion in class Message

toBodyString

public java.lang.String toBodyString()
Description copied from class: Message
Creates a new string representing the contents of the message body for status messages. Never null.

Specified by:
toBodyString in class Message