public class HollerMessage
extends java.lang.Object
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
HollerMessage() |
HollerMessage(int id,
DateAndTime timestamp,
HollerChannel channel,
HollerAction action,
Cog data) |
| Modifier and Type | Method and Description |
|---|---|
HollerAction |
getAction() |
HollerChannel |
getChannel() |
Cog |
getData() |
int |
getId() |
DateAndTime |
getTimestamp() |
void |
setAction(HollerAction action) |
void |
setChannel(HollerChannel channel) |
void |
setData(Cog data) |
void |
setId(int id) |
void |
setTimestamp(DateAndTime timestamp) |
public HollerMessage()
public HollerMessage(int id,
DateAndTime timestamp,
HollerChannel channel,
HollerAction action,
Cog data)
public int getId()
public void setId(int id)
public DateAndTime getTimestamp()
public void setTimestamp(DateAndTime timestamp)
public HollerChannel getChannel()
public void setChannel(HollerChannel channel)
public HollerAction getAction()
public void setAction(HollerAction action)
public Cog getData()
public void setData(Cog data)