apps.mysteriestableportal.messages
Class UnicastMysteryPathMessage

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.mysteriestableportal.messages.UnicastMysteryPathMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class UnicastMysteryPathMessage
extends UnicastApplicationMessage

The Class UnicastMysteryPathMessage.

See Also:
Serialized Form

Constructor Summary
UnicastMysteryPathMessage()
          Instantiates a new unicast mystery path message.
UnicastMysteryPathMessage(TableIdentity tableId, java.lang.Class<?> targetClass, java.lang.String mysteryPath)
          Instantiates a new unicast mystery path message.
 
Method Summary
 java.lang.String getMysteryPath()
          Gets the mystery path.
 void setMysteryPath(java.lang.String mysteryPath)
          Sets the mystery path.
 
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

UnicastMysteryPathMessage

public UnicastMysteryPathMessage()
Instantiates a new unicast mystery path message.


UnicastMysteryPathMessage

public UnicastMysteryPathMessage(TableIdentity tableId,
                                 java.lang.Class<?> targetClass,
                                 java.lang.String mysteryPath)
Instantiates a new unicast mystery path message.

Parameters:
tableId - the table id
targetClass - the target class
mysteryPath - the mystery path
Method Detail

getMysteryPath

public java.lang.String getMysteryPath()
Gets the mystery path.

Returns:
the mystery path

setMysteryPath

public void setMysteryPath(java.lang.String mysteryPath)
Sets the mystery path.

Parameters:
mysteryPath - the new mystery path