|
||||||||||
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.UnicastApplicationMessage
apps.mysteriestableportal.messages.ProjectorPostItemsMessage
public class ProjectorPostItemsMessage
The Class ProjectorPostItemsMessage.
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 |
---|
public ProjectorPostItemsMessage()
public ProjectorPostItemsMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.util.List<ContentItem> items, TableIdentity sourceTableId)
targetClass
- the target classtargetTableId
- the target table iditems
- the itemssourceTableId
- the source table idMethod Detail |
---|
public java.util.List<ContentItem> getItems()
public TableIdentity getSourceTableId()
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 |