synergynetframework.appsystem.services.net.tablecomms.messages.control.fromclient
Class ApplicationCommsRequest

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.control.TableControlMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.control.FromClientTableControlMessage
              extended by synergynetframework.appsystem.services.net.tablecomms.messages.control.fromclient.ApplicationCommsRequest
All Implemented Interfaces:
java.io.Serializable, Message

public class ApplicationCommsRequest
extends FromClientTableControlMessage

The Class ApplicationCommsRequest.

See Also:
Serialized Form

Constructor Summary
ApplicationCommsRequest()
          Instantiates a new application comms request.
ApplicationCommsRequest(java.lang.String name)
          Instantiates a new application comms request.
 
Method Summary
 java.lang.String getApplicationName()
          Gets the application name.
 void setApplicationName(java.lang.String name)
          Sets the application name.
 java.lang.String toString()
           
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationCommsRequest

public ApplicationCommsRequest()
Instantiates a new application comms request.


ApplicationCommsRequest

public ApplicationCommsRequest(java.lang.String name)
Instantiates a new application comms request.

Parameters:
name - the name
Method Detail

getApplicationName

public java.lang.String getApplicationName()
Gets the application name.

Returns:
the application name

setApplicationName

public void setApplicationName(java.lang.String name)
Sets the application name.

Parameters:
name - the new application name

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object