synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick
Class NonTransferableContentItem

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

public class NonTransferableContentItem
extends TransferableContentItem

The Class NonTransferableContentItem.

See Also:
Serialized Form

Constructor Summary
NonTransferableContentItem(java.lang.Class<?> targetClass, ContentItem item, TableIdentity targetTableId)
          Instantiates a new non transferable content item.
 
Method Summary
 java.util.HashMap<java.lang.String,java.lang.Object> getConstructionInfo()
          Gets the construction info.
 void setConstructionInfo(java.util.HashMap<java.lang.String,java.lang.Object> constructInfo)
          Sets the construction info.
 
Methods inherited from class synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick.TransferableContentItem
getContentItem, getDeceleration, getLinearVelocityX, getLinearVelocityY, getLocationStats, getRoation, getScale, setDeceleration, setLinearVelocity, setLocationStats, setRotation, setScale
 
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

NonTransferableContentItem

public NonTransferableContentItem(java.lang.Class<?> targetClass,
                                  ContentItem item,
                                  TableIdentity targetTableId)
Instantiates a new non transferable content item.

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

getConstructionInfo

public 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<java.lang.String,java.lang.Object> constructInfo)
Sets the construction info.

Parameters:
constructInfo - the construct info