@MappedSuperclass public abstract class MessageData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected AgentDesc |
agentDesc |
protected long |
time |
| Constructor and Description |
|---|
MessageData() |
| Modifier and Type | Method and Description |
|---|---|
AgentDesc |
getAgentDesc() |
long |
getId() |
long |
getTime() |
void |
setAgentDesc(AgentDesc agentDesc) |
void |
setId(long id) |
void |
setTime(long time) |
protected AgentDesc agentDesc
protected long time
Copyright © 2017 LSST. All rights reserved.