apps.remotecontrol.networkmanager.messages
Class UpdateContentPortalMessage

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

public class UpdateContentPortalMessage
extends BroadcastApplicationMessage

The Class UpdateContentPortalMessage.

See Also:
Serialized Form

Constructor Summary
UpdateContentPortalMessage()
          Instantiates a new update content portal message.
UpdateContentPortalMessage(java.lang.Class<?> targetClass, java.util.HashMap<ContentItem,java.lang.Short> collection)
          Instantiates a new update content portal message.
 
Method Summary
 java.util.HashMap<ContentItem,java.lang.Short> getItems()
          Gets 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

UpdateContentPortalMessage

public UpdateContentPortalMessage()
Instantiates a new update content portal message.


UpdateContentPortalMessage

public UpdateContentPortalMessage(java.lang.Class<?> targetClass,
                                  java.util.HashMap<ContentItem,java.lang.Short> collection)
Instantiates a new update content portal message.

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

getItems

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

Returns:
the items