public class MailingList extends Object implements Serializable, Comparable<MailingList>
Constructor and Description |
---|
MailingList() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MailingList o) |
Integer |
getIndex() |
String |
getMainArchiveUrl() |
String |
getName() |
List<String> |
getOtherArchives() |
String |
getPostAddress() |
String |
getSubscribeAddress() |
String |
getUnsubscribeAddress() |
void |
setIndex(Integer index) |
void |
setMainArchiveUrl(String mainArchiveUrl) |
void |
setName(String name) |
void |
setOtherArchives(List<String> otherArchives) |
void |
setPostAddress(String postAddress) |
void |
setSubscribeAddress(String subscribeAddress) |
void |
setUnsubscribeAddress(String unsubscribeAddress) |
String |
toString() |
public MailingList()
public void setMainArchiveUrl(String mainArchiveUrl)
public String getMainArchiveUrl()
public void setOtherArchives(List<String> otherArchives)
public List<String> getOtherArchives()
public void setPostAddress(String postAddress)
public void setSubscribeAddress(String subscribeAddress)
public void setUnsubscribeAddress(String unsubscribeAddress)
public String getSubscribeAddress()
public String getUnsubscribeAddress()
public String getPostAddress()
public int compareTo(MailingList o)
compareTo
in interface Comparable<MailingList>
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.