com.partnersoft.net.holler
Class HollerMessage

java.lang.Object
  extended by 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

Constructor Summary
HollerMessage()
           
HollerMessage(int id, DateAndTime timestamp, HollerChannel channel, HollerAction action, Cog data)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HollerMessage

public HollerMessage()

HollerMessage

public HollerMessage(int id,
                     DateAndTime timestamp,
                     HollerChannel channel,
                     HollerAction action,
                     Cog data)
Method Detail

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)