apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser
Class PostMathAssignmentToUserMessage

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.fromcontroller.unicast.touser.ControllerToUserMessage
                  extended by apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.PostMathAssignmentToUserMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class PostMathAssignmentToUserMessage
extends ControllerToUserMessage

The Class PostMathAssignmentToUserMessage.

See Also:
Serialized Form

Constructor Summary
PostMathAssignmentToUserMessage(java.lang.Class<?> targetClass, Assignment assignment, TableIdentity tableId, UserIdentity userId)
          Instantiates a new post math assignment to user message.
 
Method Summary
 Assignment getAssignment()
          Gets the assignment.
 
Methods inherited from class apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ControllerToUserMessage
getRecipientUserIdentity, setRecipientUser
 
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

PostMathAssignmentToUserMessage

public PostMathAssignmentToUserMessage(java.lang.Class<?> targetClass,
                                       Assignment assignment,
                                       TableIdentity tableId,
                                       UserIdentity userId)
Instantiates a new post math assignment to user message.

Parameters:
targetClass - the target class
assignment - the assignment
tableId - the table id
userId - the user id
Method Detail

getAssignment

public Assignment getAssignment()
Gets the assignment.

Returns:
the assignment