apps.mysteriestableportal.messages
Class UnicastMysteryPathMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mysteriestableportal.messages.UnicastMysteryPathMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class UnicastMysteryPathMessage
- extends UnicastApplicationMessage
The Class UnicastMysteryPathMessage.
- See Also:
- Serialized Form
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.TableMessage |
getSender |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 idtargetClass
- the target classmysteryPath
- the mystery path
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