synergynetframework.appsystem.services.net.networkedcontentmanager.messages
Class LoadData

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.BroadcastApplicationMessage
              extended by synergynetframework.appsystem.services.net.networkedcontentmanager.messages.LoadData
All Implemented Interfaces:
java.io.Serializable, Message

public class LoadData
extends BroadcastApplicationMessage

The Class LoadData.

See Also:
Serialized Form

Constructor Summary
LoadData(java.lang.Class<?> targetClass, java.lang.String path, java.lang.String title)
          Instantiates a new load data.
 
Method Summary
 java.lang.String getPath()
          Gets the path.
 java.lang.String getTitle()
          Gets the title.
 void setPath(java.lang.String path)
          Sets the path.
 void setTitle(java.lang.String title)
          Sets the title.
 
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

LoadData

public LoadData(java.lang.Class<?> targetClass,
                java.lang.String path,
                java.lang.String title)
Instantiates a new load data.

Parameters:
targetClass - the target class
path - the path
title - the title
Method Detail

getPath

public java.lang.String getPath()
Gets the path.

Returns:
the path

getTitle

public java.lang.String getTitle()
Gets the title.

Returns:
the title

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - the new path

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - the new title