|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ControllerToUserMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.PostMathAssignmentToUserMessage
public class PostMathAssignmentToUserMessage
The Class PostMathAssignmentToUserMessage.
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 |
---|
public PostMathAssignmentToUserMessage(java.lang.Class<?> targetClass, Assignment assignment, TableIdentity tableId, UserIdentity userId)
targetClass
- the target classassignment
- the assignmenttableId
- the table iduserId
- the user idMethod Detail |
---|
public Assignment getAssignment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |