org.figure8.join.services.remoting.beans
Class RemoteMailingList

java.lang.Object
  extended by org.figure8.join.services.remoting.beans.RemoteMailingList
All Implemented Interfaces:
java.io.Serializable

public class RemoteMailingList
extends java.lang.Object
implements java.io.Serializable

This is a thin bean for providing a remote view of MailingList managed for the software project. This view only provides getter methods.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
MailingList, Serialized Form

Constructor Summary
RemoteMailingList(java.lang.String name, java.lang.String msgTitleTemplate, java.lang.String msgContentTemplate)
          Creates a new instance of RemoteMailingList.
 
Method Summary
 java.lang.String getMsgContentTemplate()
           
 java.lang.String getMsgTitleTemplate()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMailingList

public RemoteMailingList(java.lang.String name,
                         java.lang.String msgTitleTemplate,
                         java.lang.String msgContentTemplate)
Creates a new instance of RemoteMailingList.

Parameters:
name -
msgTitleTemplate -
msgContentTemplate -
Method Detail

getName

public java.lang.String getName()
Returns:
The name identifying this mailing list

getMsgTitleTemplate

public java.lang.String getMsgTitleTemplate()
Returns:
A string representing template for generating messages title

getMsgContentTemplate

public java.lang.String getMsgContentTemplate()
Returns:
A string representing template for generating messages content


Copyright © 2005-2008 Join. All Rights Reserved.