public class GiftRegistryAnnouncementHistoryDataBean extends com.ibm.commerce.giftregistry.beans.GiftRegistryAnnouncementHistoryDataBeanBase implements SmartDataBean, InputDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GiftRegistryAnnouncementHistoryDataBean()
Default constructor
|
GiftRegistryAnnouncementHistoryDataBean(GiftRegistryAnnouncementHistoryAccessBean object)
Creates this data bean based on its parent access bean
|
Modifier and Type | Method and Description |
---|---|
GiftRegistryAnnouncementEmailDataBean[] | getAnnouncementEmailDataBeans()
Gets a list of announcement e-mail data beans that represent recipient e-mail information for a particular announcement
|
java.lang.Long | getAnnouncementId()
Gets the announcement ID.
|
java.lang.String | getField1()
Gets the customizable field 1 of the announcement history.
|
java.lang.String | getField2()
Gets the customizable field 2 of the announcement history.
|
java.lang.Long | getGiftRegistryId()
Returns the gift registry ID to which this announcement history belongs
|
java.lang.String | getMessage()
Gets the customizable field 3 of the announcement history.
|
TypedProperty | getRequestProperties()
Returns the request properties of the data bean.
|
java.lang.String | getSenderEmail()
Gets the e-mail address of the sender of the announcement
|
java.lang.String | getSenderName()
Gets the name of the sender of this announcement history
|
java.sql.Date | getSentDate()
Gets the sent date of this announcement
|
void | populate()
Loads data into the data bean when the DataBeanManager.activate() runs.
|
void | setAnnouncementId(java.lang.Long newAnnouncementId)
Sets the announcement ID to populate this bean.
|
void | setRequestProperties(TypedProperty param)
Sets the request properties within this bean.
|
public static final java.lang.String COPYRIGHT
public GiftRegistryAnnouncementHistoryDataBean()
public GiftRegistryAnnouncementHistoryDataBean(GiftRegistryAnnouncementHistoryAccessBean 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 getGiftRegistryId()
public java.lang.Long getAnnouncementId()
public void setAnnouncementId(java.lang.Long newAnnouncementId)
public java.lang.String getField1()
public java.lang.String getField2()
public java.lang.String getMessage()
public java.lang.String getSenderEmail()
public java.lang.String getSenderName()
public java.sql.Date getSentDate()
public GiftRegistryAnnouncementEmailDataBean[] getAnnouncementEmailDataBeans()