public class GiftRegistryEventReminderLogAccessBean
extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Constructor and Description |
|---|
GiftRegistryEventReminderLogAccessBean() |
GiftRegistryEventReminderLogAccessBean(GiftRegistryEventReminderLog entity) |
GiftRegistryEventReminderLogAccessBean(java.lang.Long eventReminderLogId) |
| Modifier and Type | Method and Description |
|---|---|
GiftRegistryEventReminderLogAccessBean |
findByEventReminderLogId(java.lang.Integer reminderLogId) |
java.util.Collection |
findByGiftRegistryId(java.lang.Integer giftRegistryId) |
GiftRegistryEventReminderLog |
getEntity() |
java.lang.Long |
getEventReminderLogId() |
java.lang.Long |
getGiftRegistryId() |
java.lang.String |
getReminderType() |
java.sql.Date |
getSentDate() |
void |
instantiateEntity() |
void |
setGiftRegistryId(java.lang.Long giftRegistryId) |
void |
setInitKey_eventReminderLogId(java.lang.Long eventReminderLogId) |
void |
setReminderType(java.lang.String reminderType) |
void |
setSentDate(java.sql.Date sentDate) |
public static final java.lang.String COPYRIGHT
public GiftRegistryEventReminderLogAccessBean()
public GiftRegistryEventReminderLogAccessBean(GiftRegistryEventReminderLog entity)
public GiftRegistryEventReminderLogAccessBean(java.lang.Long eventReminderLogId)
public void setInitKey_eventReminderLogId(java.lang.Long eventReminderLogId)
public GiftRegistryEventReminderLogAccessBean findByEventReminderLogId(java.lang.Integer reminderLogId)
public java.util.Collection findByGiftRegistryId(java.lang.Integer giftRegistryId)
public void setSentDate(java.sql.Date sentDate)
public java.sql.Date getSentDate()
public void setReminderType(java.lang.String reminderType)
public java.lang.String getReminderType()
public java.lang.Long getEventReminderLogId()
public void setGiftRegistryId(java.lang.Long giftRegistryId)
public java.lang.Long getGiftRegistryId()
public void instantiateEntity()
instantiateEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBeanpublic GiftRegistryEventReminderLog getEntity()
getEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean