atg.projects.store.scenario.action
Class GenerateEmailListConfiguration

java.lang.Object
  extended by atg.projects.store.scenario.action.GenerateEmailListConfiguration

public class GenerateEmailListConfiguration
extends java.lang.Object

Configuration file for the GenerateEmailList action.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string.
 
Constructor Summary
GenerateEmailListConfiguration()
           
 
Method Summary
 EmailListWriter getWriter()
          Retrieves the e-mail list writer.
 void setWriter(EmailListWriter pWriter)
          Sets the e-mail list writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string.

Constructor Detail

GenerateEmailListConfiguration

public GenerateEmailListConfiguration()
Method Detail

getWriter

public EmailListWriter getWriter()
Retrieves the e-mail list writer.

Returns:
the writer.

setWriter

public void setWriter(EmailListWriter pWriter)
Sets the e-mail list writer.

Parameters:
pWriter - - the writer to set.