|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.BroadcastApplicationMessage
synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.BroadcastItemsMessage
public class BroadcastItemsMessage
The Class BroadcastItemsMessage.
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 |
---|
public BroadcastItemsMessage()
public BroadcastItemsMessage(java.lang.Class<?> targetClass, java.util.List<ContentItem> items)
targetClass
- the target classitems
- the itemsMethod Detail |
---|
public java.util.List<ContentItem> getItems()
public void setItems(java.util.List<ContentItem> items)
items
- the new items
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |