apps.mtdesktop.messages
Class DeleteContentMessage

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 apps.mtdesktop.messages.ContentMessage
                  extended by apps.mtdesktop.messages.DeleteContentMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class DeleteContentMessage
extends ContentMessage

The Class DeleteContentMessage.

See Also:
Serialized Form

Constructor Summary
DeleteContentMessage()
          Instantiates a new delete content message.
DeleteContentMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.lang.String contentId)
          Instantiates a new delete content message.
 
Method Summary
 
Methods inherited from class apps.mtdesktop.messages.ContentMessage
getContentId, setContentId
 
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

DeleteContentMessage

public DeleteContentMessage()
Instantiates a new delete content message.


DeleteContentMessage

public DeleteContentMessage(java.lang.Class<?> targetClass,
                            TableIdentity targetTableId,
                            java.lang.String contentId)
Instantiates a new delete content message.

Parameters:
targetClass - the target class
targetTableId - the target table id
contentId - the content id