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

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 synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.PostItemConstructionMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class PostItemConstructionMessage
extends UnicastApplicationMessage

The Class PostItemConstructionMessage.

See Also:
Serialized Form

Constructor Summary
PostItemConstructionMessage()
          Instantiates a new post item construction message.
PostItemConstructionMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.util.HashMap<ContentItem,java.util.HashMap<java.lang.String,java.lang.Object>> constructInfo)
          Instantiates a new post 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.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

PostItemConstructionMessage

public PostItemConstructionMessage()
Instantiates a new post item construction message.


PostItemConstructionMessage

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

Parameters:
targetClass - the target class
targetTableId - the target table id
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