synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector
Class SendDataToProjector

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 synergynetframework.appsystem.services.net.networkedcontentmanager.messages.SendDataTo
                  extended by synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector.SendDataToProjector
All Implemented Interfaces:
java.io.Serializable, Message

public class SendDataToProjector
extends SendDataTo

The Class SendDataToProjector.

See Also:
Serialized Form

Constructor Summary
SendDataToProjector(java.lang.Class<?> targetClass, java.util.Collection<ContentItem> collection, TableIdentity id)
          Instantiates a new send data to projector.
 
Method Summary
 TableIdentity getSourceTableIdentity()
          Gets the source table identity.
 void setSourceTableIdentity(TableIdentity sourceTableId)
          Sets the source table identity.
 
Methods inherited from class synergynetframework.appsystem.services.net.networkedcontentmanager.messages.SendDataTo
getItems
 
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

SendDataToProjector

public SendDataToProjector(java.lang.Class<?> targetClass,
                           java.util.Collection<ContentItem> collection,
                           TableIdentity id)
Instantiates a new send data to projector.

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

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