synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector
Class SendDataToProjector
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
synergynetframework.appsystem.services.net.networkedcontentmanager.messages.SendDataTo
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
Methods inherited from class synergynetframework.appsystem.services.net.networkedcontentmanager.messages.SendDataTo |
getItems |
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 |
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 classcollection
- the collectionid
- the id
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