apps.mysteriestableportal.messages
Class ProjectorPostItemsMessage

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.mysteriestableportal.messages.ProjectorPostItemsMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class ProjectorPostItemsMessage
extends UnicastApplicationMessage

The Class ProjectorPostItemsMessage.

See Also:
Serialized Form

Constructor Summary
ProjectorPostItemsMessage()
          Instantiates a new projector post items message.
ProjectorPostItemsMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.util.List<ContentItem> items, TableIdentity sourceTableId)
          Instantiates a new projector post items message.
 
Method Summary
 java.util.List<ContentItem> getItems()
          Gets the items.
 TableIdentity getSourceTableId()
          Gets the source table id.
 void setItems(java.util.List<ContentItem> items)
          Sets the items.
 
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

ProjectorPostItemsMessage

public ProjectorPostItemsMessage()
Instantiates a new projector post items message.


ProjectorPostItemsMessage

public ProjectorPostItemsMessage(java.lang.Class<?> targetClass,
                                 TableIdentity targetTableId,
                                 java.util.List<ContentItem> items,
                                 TableIdentity sourceTableId)
Instantiates a new projector post items message.

Parameters:
targetClass - the target class
targetTableId - the target table id
items - the items
sourceTableId - the source table id
Method Detail

getItems

public java.util.List<ContentItem> getItems()
Gets the items.

Returns:
the items

getSourceTableId

public TableIdentity getSourceTableId()
Gets the source table id.

Returns:
the source table id

setItems

public void setItems(java.util.List<ContentItem> items)
Sets the items.

Parameters:
items - the new items