org.apache.maven.project
Class MailingList

java.lang.Object
  extended byorg.apache.maven.project.BaseObject
      extended byorg.apache.maven.project.MailingList

public class MailingList
extends BaseObject

Version:
$Id: MailingList.java 122095 2004-03-01 22:36:39Z evenisse $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from class org.apache.maven.project.BaseObject
id
 
Constructor Summary
MailingList()
          Constructor for the MailingList object
 
Method Summary
 java.lang.String getArchive()
          Gets the archive attribute of the MailingList object
 java.lang.String getSubscribe()
          Gets the subscribe attribute of the MailingList object
 java.lang.String getUnsubscribe()
          Gets the unsubscribe attribute of the MailingList object
 void setArchive(java.lang.String archive)
          Sets the archive attribute of the MailingList object
 void setSubscribe(java.lang.String subscribe)
          Sets the subscribe attribute of the MailingList object
 void setUnsubscribe(java.lang.String unsubscribe)
          Sets the unsubscribe attribute of the MailingList object
 
Methods inherited from class org.apache.maven.project.BaseObject
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailingList

public MailingList()
Constructor for the MailingList object

Method Detail

setSubscribe

public void setSubscribe(java.lang.String subscribe)
Sets the subscribe attribute of the MailingList object

Parameters:
subscribe - the address of the subscription mailing list

getSubscribe

public java.lang.String getSubscribe()
Gets the subscribe attribute of the MailingList object

Returns:
the url (typically mailto:) for subscribing

setUnsubscribe

public void setUnsubscribe(java.lang.String unsubscribe)
Sets the unsubscribe attribute of the MailingList object

Parameters:
unsubscribe - the url for unsubscribing from the project mailing list

getUnsubscribe

public java.lang.String getUnsubscribe()
Gets the unsubscribe attribute of the MailingList object

Returns:
the url (typically mailto:) for unsubscribing

setArchive

public void setArchive(java.lang.String archive)
Sets the archive attribute of the MailingList object

Parameters:
archive - the url for the mailing list archive

getArchive

public java.lang.String getArchive()
Gets the archive attribute of the MailingList object

Returns:
the url for the mailing list archive


Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.