public class VisitorMessage extends Object
| Constructor and Description |
|---|
VisitorMessage() |
VisitorMessage(String location,
String text) |
VisitorMessage(String location,
String type,
String text) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
String |
getText() |
String |
getType() |
void |
setLocation(String location) |
void |
setText(String text) |
void |
setType(String type) |
String |
toString() |
Copyright © 2015. All rights reserved.