apps.mathpadapp.networkmanager.messages.fromclient.fromuser
Class PostMathPadItemFromUserMessage

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
              extended by apps.mathpadapp.networkmanager.messages.fromclient.fromuser.UserToControllerMessage
                  extended by apps.mathpadapp.networkmanager.messages.fromclient.fromuser.PostMathPadItemFromUserMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class PostMathPadItemFromUserMessage
extends UserToControllerMessage

The Class PostMathPadItemFromUserMessage.

See Also:
Serialized Form

Constructor Summary
PostMathPadItemFromUserMessage(java.lang.Class<?> targetClass, MathToolInitSettings padSettings, TableIdentity tableId, UserIdentity userId)
          Instantiates a new post math pad item from user message.
 
Method Summary
 MathToolInitSettings getMathPadInitSettings()
          Gets the math pad init settings.
 
Methods inherited from class apps.mathpadapp.networkmanager.messages.fromclient.fromuser.UserToControllerMessage
getSenderUserIdentity
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostMathPadItemFromUserMessage

public PostMathPadItemFromUserMessage(java.lang.Class<?> targetClass,
                                      MathToolInitSettings padSettings,
                                      TableIdentity tableId,
                                      UserIdentity userId)
Instantiates a new post math pad item from user message.

Parameters:
targetClass - the target class
padSettings - the pad settings
tableId - the table id
userId - the user id
Method Detail

getMathPadInitSettings

public MathToolInitSettings getMathPadInitSettings()
Gets the math pad init settings.

Returns:
the math pad init settings