public class MailingList extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
MailingList()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addOtherArchive(String
Method addOtherArchive.
|
MailingList |
clone()
Method clone.
|
String |
getArchive()
Get the link to a URL where you can browse the mailing list archive.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getName()
Get the name of the mailing list.
|
List |
getOtherArchives()
Method getOtherArchives.
|
String |
getPost()
Get the email address or link that can be used to post to the mailing list.
|
String |
getSubscribe()
Get the email address or link that can be used to subscribe to the mailing list.
|
String |
getUnsubscribe()
Get the email address or link that can be used to unsubscribe to the mailing list.
|
void |
removeOtherArchive(String
Method removeOtherArchive.
|
void |
setArchive(String
Set the link to a URL where you can browse the mailing list archive.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setName(String
Set the name of the mailing list.
|
void |
setOtherArchives(List
Set the link to alternate URLs where you can browse the list archive.
|
void |
setPost(String
Set the email address or link that can be used to post to the mailing list.
|
void |
setSubscribe(String
Set the email address or link that can be used to subscribe to the mailing list.
|
void |
setUnsubscribe(String
Set the email address or link that can be used to unsubscribe to the mailing list.
|
public void addOtherArchive(Stringstring)
string -
public MailingListclone()
public StringgetArchive()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetName()
public StringgetPost()
mailto: link will automatically be created when the documentation is created.
public StringgetSubscribe()
mailto: link will automatically be created when the documentation is created.
public StringgetUnsubscribe()
mailto: link will automatically be created when the documentation is created.
public void removeOtherArchive(Stringstring)
string -
public void setArchive(Stringarchive)
archive -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setName(Stringname)
name -
public void setOtherArchives(List<String > otherArchives)
otherArchives -
public void setPost(Stringpost)
mailto: link will automatically be created when the documentation is created.
post -
public void setSubscribe(Stringsubscribe)
mailto: link will automatically be created when the documentation is created.
subscribe -
public void setUnsubscribe(Stringunsubscribe)
mailto: link will automatically be created when the documentation is created.
unsubscribe -