|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.firedrum.model.Object
com.firedrum.model.Member
public class Member
| Constructor Summary | |
|---|---|
Member()
|
|
| Method Summary | |
|---|---|
java.util.Calendar |
getAnniversary()
Member's anniversary date. |
int |
getBouncesTotal()
Total count of bounces received for mailings to this member. |
java.util.List<Category> |
getCategoryList()
List of Category objects for the Member. |
int |
getClicksTotal()
Total count of clicks from mailings sent to this member. |
java.util.List<MemberCustomField> |
getCustomFieldDataList()
List of CustomFieldData objects for the Member. |
java.util.Calendar |
getDateOfBirth()
Member's date of birth. |
java.lang.String |
getEmailAddress()
Member's email address. |
java.util.Calendar |
getEnrollDate()
Date the member enrolled in the system. |
java.lang.String |
getFirstName()
Member's first name. |
java.lang.String |
getImportId()
Identifier for the import job that created this member. |
java.lang.String |
getLastName()
Member's last name. |
java.util.Calendar |
getLastSent()
Date of the last email sent to this member. |
int |
getOpenMailTotal()
Total count of email sendings this member has opened. |
java.util.Calendar |
getOptOutDate()
Date the member "opted out" of future mailings. |
int |
getSentTotal()
Total count of mailings sent to this member. |
java.lang.String |
getSubscribeMethod()
Method the member used to subscribe to the list. |
boolean |
isActive()
Is Member active for email sendings? |
void |
setActive(boolean active)
|
void |
setAnniversary(java.util.Calendar anniversary)
|
void |
setBouncesTotal(int bouncesTotal)
|
void |
setCategoryList(java.util.List<Category> categoryList)
Set the Category list for the Member. |
void |
setClicksTotal(int clicksTotal)
|
void |
setCustomFieldDataList(java.util.List<MemberCustomField> customFieldDataList)
Set the CustomFieldData list for the Member. |
void |
setDateOfBirth(java.util.Calendar dateOfBirth)
|
void |
setEmailAddress(java.lang.String emailAddress)
|
void |
setEnrollDate(java.util.Calendar enrollDate)
|
void |
setFirstName(java.lang.String firstName)
|
void |
setImportId(java.lang.String importId)
|
void |
setLastName(java.lang.String lastName)
|
void |
setLastSent(java.util.Calendar lastSent)
|
void |
setOpenMailTotal(int openMailTotal)
|
void |
setOptOutDate(java.util.Calendar optOutDate)
|
void |
setSentTotal(int sentTotal)
|
void |
setSubscribeMethod(java.lang.String subscribeMethod)
|
java.lang.String |
toString()
|
| Methods inherited from class com.firedrum.model.Object |
|---|
getClientBusinessName, getClientId, getId, setClientBusinessName, setClientId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Member()
| Method Detail |
|---|
public boolean isActive()
public void setActive(boolean active)
active - the active to setpublic java.util.Calendar getAnniversary()
public void setAnniversary(java.util.Calendar anniversary)
anniversary - the anniversary to setpublic int getBouncesTotal()
public void setBouncesTotal(int bouncesTotal)
bouncesTotal - the bouncesTotal to setpublic int getClicksTotal()
public void setClicksTotal(int clicksTotal)
clicksTotal - the clicksTotal to setpublic java.util.Calendar getDateOfBirth()
public void setDateOfBirth(java.util.Calendar dateOfBirth)
dateOfBirth - the dateOfBirth to setpublic java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String emailAddress)
emailAddress - the emailAddress to setpublic java.util.Calendar getEnrollDate()
public void setEnrollDate(java.util.Calendar enrollDate)
enrollDate - the enrollDate to setpublic java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName - the firstName to setpublic java.lang.String getImportId()
public void setImportId(java.lang.String importId)
importId - the importId to setpublic java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName - the lastName to setpublic java.util.Calendar getLastSent()
public void setLastSent(java.util.Calendar lastSent)
lastSent - the lastSent to setpublic int getOpenMailTotal()
public void setOpenMailTotal(int openMailTotal)
openMailTotal - the openMailTotal to setpublic java.util.Calendar getOptOutDate()
public void setOptOutDate(java.util.Calendar optOutDate)
optOutDate - the optOutDate to setpublic int getSentTotal()
public void setSentTotal(int sentTotal)
sentTotal - the sentTotal to setpublic java.lang.String getSubscribeMethod()
public void setSubscribeMethod(java.lang.String subscribeMethod)
subscribeMethod - the subscribeMethod to setpublic java.util.List<Category> getCategoryList()
public void setCategoryList(java.util.List<Category> categoryList)
memberCategoryList - the list of Category objects for the Member.public java.util.List<MemberCustomField> getCustomFieldDataList()
public void setCustomFieldDataList(java.util.List<MemberCustomField> customFieldDataList)
memberCategoryList - the list of CustomFieldData objects for the Member.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||