org.peabody.emailprocessor
Class AbstractMessageAction

java.lang.Object
  extended by org.peabody.emailprocessor.AbstractMessageAction
All Implemented Interfaces:
MessageAction
Direct Known Subclasses:
SaveMessageAction

public abstract class AbstractMessageAction
extends java.lang.Object
implements MessageAction


Constructor Summary
AbstractMessageAction()
          Creates a new instance of AbstractMessageAction
 
Method Summary
 java.lang.String getId()
          Getter for property id.
 void setId(java.lang.String id)
          Setter for property id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.peabody.emailprocessor.MessageAction
performAction
 

Constructor Detail

AbstractMessageAction

public AbstractMessageAction()
Creates a new instance of AbstractMessageAction

Method Detail

getId

public java.lang.String getId()
Getter for property id.

Specified by:
getId in interface MessageAction
Returns:
Value of property id.

setId

public void setId(java.lang.String id)
Setter for property id.

Specified by:
setId in interface MessageAction
Parameters:
id - New value of property id.