synergynetframework.appsystem.services.net.rapidnetworkmanager.messages
Class PostItemConstructionMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
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
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.TableMessage |
getSender |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 classtargetTableId
- the target table idconstructInfo
- the construct info
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