com.partnersoft.net.holler
Class HollerMessage
java.lang.Object
com.partnersoft.net.holler.HollerMessage
public class HollerMessage
- extends java.lang.Object
A message sent using the Holler framework.
Copyright 2009 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HollerMessage
public HollerMessage()
HollerMessage
public HollerMessage(int id,
DateAndTime timestamp,
HollerChannel channel,
HollerAction action,
Cog data)
getId
public int getId()
setId
public void setId(int id)
getTimestamp
public DateAndTime getTimestamp()
setTimestamp
public void setTimestamp(DateAndTime timestamp)
getChannel
public HollerChannel getChannel()
setChannel
public void setChannel(HollerChannel channel)
getAction
public HollerAction getAction()
setAction
public void setAction(HollerAction action)
getData
public Cog getData()
setData
public void setData(Cog data)