|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.BaseObject
org.apache.maven.project.MailingList
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 |
public MailingList()
Method Detail |
public void setSubscribe(java.lang.String subscribe)
subscribe
- the address of the subscription mailing listpublic java.lang.String getSubscribe()
public void setUnsubscribe(java.lang.String unsubscribe)
unsubscribe
- the url for unsubscribing from the project mailing
listpublic java.lang.String getUnsubscribe()
public void setArchive(java.lang.String archive)
archive
- the url for the mailing list archivepublic java.lang.String getArchive()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |