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

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.BroadcastItemConstructionMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class BroadcastItemConstructionMessage
extends BroadcastApplicationMessage

The Class BroadcastItemConstructionMessage.

See Also:
Serialized Form

Constructor Summary
BroadcastItemConstructionMessage()
          Instantiates a new broadcast item construction message.
BroadcastItemConstructionMessage(java.lang.Class<?> targetClass, java.util.HashMap<ContentItem,java.util.HashMap<java.lang.String,java.lang.Object>> constructInfo)
          Instantiates a new broadcast item construction message.
 
Method Summary
 java.util.HashMap<ContentItem,java.util.HashMap<java.lang.String,java.lang.Object>> getConstructionInfo()
          Gets the construction info.
 void setConstructionInfo(java.util.HashMap<ContentItem,java.util.HashMap<java.lang.String,java.lang.Object>> constructInfo)
          Sets the construction info.
 
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

BroadcastItemConstructionMessage

public BroadcastItemConstructionMessage()
Instantiates a new broadcast item construction message.


BroadcastItemConstructionMessage

public BroadcastItemConstructionMessage(java.lang.Class<?> targetClass,
                                        java.util.HashMap<ContentItem,java.util.HashMap<java.lang.String,java.lang.Object>> constructInfo)
Instantiates a new broadcast item construction message.

Parameters:
targetClass - the target class
constructInfo - the construct info
Method Detail

getConstructionInfo

public java.util.HashMap<ContentItem,java.util.HashMap<java.lang.String,java.lang.Object>> getConstructionInfo()
Gets the construction info.

Returns:
the construction info

setConstructionInfo

public void setConstructionInfo(java.util.HashMap<ContentItem,java.util.HashMap<java.lang.String,java.lang.Object>> constructInfo)
Sets the construction info.

Parameters:
constructInfo - the construct info