public class PersistentConnection extends Object
| Constructor and Description |
|---|
PersistentConnection() |
PersistentConnection(String id,
String senderId,
String receiverId,
String type,
VisualizationRequest vReq) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getReceiverId() |
String |
getSenderId() |
String |
getType() |
VisualizationRequest |
getVReq() |
void |
setId(String id) |
void |
setReceiverId(String receiverId) |
void |
setSenderId(String senderId) |
void |
setType(String type) |
void |
setVReq(VisualizationRequest vReq) |
public PersistentConnection()
public PersistentConnection(String id, String senderId, String receiverId, String type, VisualizationRequest vReq)
public String getId()
public void setId(String id)
id - the id to setpublic String getSenderId()
public void setSenderId(String senderId)
senderId - the senderId to setpublic String getReceiverId()
public void setReceiverId(String receiverId)
receiverId - the receiverId to setpublic VisualizationRequest getVReq()
public void setVReq(VisualizationRequest vReq)
vReq - the vReq to setpublic String getType()
public void setType(String type)
type - the type to set