apps.remotecontrol.networkmanager.messages
Class PostItemsPortalMessage

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.remotecontrol.networkmanager.messages.PostItemsPortalMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class PostItemsPortalMessage
extends UnicastApplicationMessage

The Class PostItemsPortalMessage.

See Also:
Serialized Form

Constructor Summary
PostItemsPortalMessage()
          Instantiates a new post items portal message.
PostItemsPortalMessage(java.lang.Class<?> targetClass, TableIdentity tableId, java.util.HashMap<ContentItem,Location> collection, TableIdentity targetTableId)
          Instantiates a new post items portal message.
 
Method Summary
 java.util.HashMap<ContentItem,Location> getItems()
          Gets the items.
 TableIdentity getTargetTableId()
          Gets the target table id.
 
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

PostItemsPortalMessage

public PostItemsPortalMessage()
Instantiates a new post items portal message.


PostItemsPortalMessage

public PostItemsPortalMessage(java.lang.Class<?> targetClass,
                              TableIdentity tableId,
                              java.util.HashMap<ContentItem,Location> collection,
                              TableIdentity targetTableId)
Instantiates a new post items portal message.

Parameters:
targetClass - the target class
tableId - the table id
collection - the collection
targetTableId - the target table id
Method Detail

getItems

public java.util.HashMap<ContentItem,Location> getItems()
Gets the items.

Returns:
the items

getTargetTableId

public TableIdentity getTargetTableId()
Gets the target table id.

Returns:
the target table id