public class GiftRegistryAnnouncementEmailDataBean extends com.ibm.commerce.giftregistry.beans.GiftRegistryAnnouncementEmailDataBeanBase implements SmartDataBean, InputDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GiftRegistryAnnouncementEmailDataBean()
Generates an empty GiftRegistryAnnouncementEmailDataBean
|
GiftRegistryAnnouncementEmailDataBean(GiftRegistryAnnouncementEmailListAccessBean object)
Creates this data bean based on its parent access bean
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getAnnouncementHistoryId()
Returns the announcement history ID to which this e-mail list belongs
|
java.lang.String | getEmail()
Returns the e-mail for this announcement
|
java.lang.String | getName()
Returns the name of the receiver of this announcement
|
TypedProperty | getRequestProperties()
Returns the request properties of the data bean.
|
java.lang.Integer | getType()
Returns the type of e-mail address sent for this announcement.
|
void | populate()
Loads data into the data bean when the DataBeanManager.activate() runs.
|
void | setRequestProperties(TypedProperty param)
Sets the request properties within this bean.
|
public static final java.lang.String COPYRIGHT
public GiftRegistryAnnouncementEmailDataBean()
public GiftRegistryAnnouncementEmailDataBean(GiftRegistryAnnouncementEmailListAccessBean object) throws ECSystemException
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
public void populate() throws java.lang.Exception
public java.lang.Long getAnnouncementHistoryId()
public java.lang.String getName()
public java.lang.String getEmail()
public java.lang.Integer getType()