synergynetframework.appsystem.services.net.rapidnetworkmanager.messages
Class BroadcastItemsMessage

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.BroadcastApplicationMessage
              extended by synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.BroadcastItemsMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class BroadcastItemsMessage
extends BroadcastApplicationMessage

The Class BroadcastItemsMessage.

See Also:
Serialized Form

Constructor Summary
BroadcastItemsMessage()
          Instantiates a new broadcast items message.
BroadcastItemsMessage(java.lang.Class<?> targetClass, java.util.List<ContentItem> items)
          Instantiates a new broadcast items message.
 
Method Summary
 java.util.List<ContentItem> getItems()
          Gets the items.
 void setItems(java.util.List<ContentItem> items)
          Sets the items.
 
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

BroadcastItemsMessage

public BroadcastItemsMessage()
Instantiates a new broadcast items message.


BroadcastItemsMessage

public BroadcastItemsMessage(java.lang.Class<?> targetClass,
                             java.util.List<ContentItem> items)
Instantiates a new broadcast items message.

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

getItems

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

Returns:
the items

setItems

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

Parameters:
items - the new items