apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector
Class SynchroniseProjectorData

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.toprojector.ControllerToProjectorMessage
                  extended by apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector.SynchroniseProjectorData
All Implemented Interfaces:
java.io.Serializable, Message, UDPMessage

public class SynchroniseProjectorData
extends ControllerToProjectorMessage
implements UDPMessage

The Class SynchroniseProjectorData.

See Also:
Serialized Form

Constructor Summary
SynchroniseProjectorData()
          Instantiates a new synchronise projector data.
SynchroniseProjectorData(java.lang.Class<?> targetClass, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> items, TableIdentity id)
          Instantiates a new synchronise projector data.
 
Method Summary
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getItems()
          Gets the items.
 TableIdentity getSourceTableIdentity()
          Gets the source table identity.
 void setSourceTableIdentity(TableIdentity sourceTableId)
          Sets the source table identity.
 
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

SynchroniseProjectorData

public SynchroniseProjectorData()
Instantiates a new synchronise projector data.


SynchroniseProjectorData

public SynchroniseProjectorData(java.lang.Class<?> targetClass,
                                java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> items,
                                TableIdentity id)
Instantiates a new synchronise projector data.

Parameters:
targetClass - the target class
items - the items
id - the id
Method Detail

getItems

public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getItems()
Gets the items.

Returns:
the items

getSourceTableIdentity

public TableIdentity getSourceTableIdentity()
Gets the source table identity.

Returns:
the source table identity

setSourceTableIdentity

public void setSourceTableIdentity(TableIdentity sourceTableId)
Sets the source table identity.

Parameters:
sourceTableId - the new source table identity