-
- All Implemented Interfaces:
-
java.io.Serializable
public class GenericCommandMessage implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private StringcommandTypeprivate StringcommandDataprivate StringreplyAddress
-
Method Summary
Modifier and Type Method Description StringgetCommandType()voidsetCommandType(String commandType)StringgetCommandData()voidsetCommandData(String commandData)StringgetReplyAddress()voidsetReplyAddress(String replyAddress)-
-
Method Detail
-
getCommandType
String getCommandType()
-
setCommandType
void setCommandType(String commandType)
-
getCommandData
String getCommandData()
-
setCommandData
void setCommandData(String commandData)
-
getReplyAddress
String getReplyAddress()
-
setReplyAddress
void setReplyAddress(String replyAddress)
-
-
-
-