apps.mtdesktop.messages
Class ContentMessage

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
All Implemented Interfaces:
java.io.Serializable, Message
Direct Known Subclasses:
DeleteContentMessage, HtmlContentMessage, LaunchVncMessage

public abstract class ContentMessage
extends UnicastApplicationMessage

The Class ContentMessage.

See Also:
Serialized Form

Constructor Summary
ContentMessage()
          Instantiates a new content message.
ContentMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.lang.String contentId)
          Instantiates a new content message.
 
Method Summary
 java.lang.String getContentId()
          Gets the content id.
 void setContentId(java.lang.String contentId)
          Sets the content id.
 
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

ContentMessage

public ContentMessage()
Instantiates a new content message.


ContentMessage

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

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

getContentId

public java.lang.String getContentId()
Gets the content id.

Returns:
the content id

setContentId

public void setContentId(java.lang.String contentId)
Sets the content id.

Parameters:
contentId - the new content id