public class GiftRegistryEventTypeDescriptionBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
java.lang.String | description
Implementation field for persistent attribute: description
|
java.lang.Integer | eventTypeId
Implementation field for persistent attribute: eventTypeId
|
java.lang.Integer | languageId
Implementation field for persistent attribute: languageId
|
Constructor and Description |
---|
GiftRegistryEventTypeDescriptionBeanBase() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.component.giftregistry.objects.GiftRegistryEventTypeDescriptionKey | ejbCreate(java.lang.Integer newEventType_Id, java.lang.Integer newLanguage_Id, java.lang.String newDescription)
ejbCreate method for a CMP entity bean containing all non-null fields.
|
void | ejbPostCreate(java.lang.Integer newEventType_Id, java.lang.Integer newLanguage_Id, java.lang.String newDescription)
ejbPostCreate
|
java.lang.String | getDescription()
Get accessor for persistent attribute: description
|
java.lang.Integer | getEventTypeId()
Get accessor for persistent attribute: eventTypeId
|
java.lang.Integer | getLanguageId()
Get accessor for persistent attribute: languageId
|
void | setDescription(java.lang.String newDescription)
Set accessor for persistent attribute: description
|
void | setEventTypeId(java.lang.Integer newEventTypeId)
Set accessor for persistent attribute: eventTypeId
|
void | setLanguageId(java.lang.Integer newLanguageId)
Set accessor for persistent attribute: languageId
|
public static final java.lang.String COPYRIGHT
public java.lang.String description
public java.lang.Integer eventTypeId
public java.lang.Integer languageId
public GiftRegistryEventTypeDescriptionBeanBase()
public com.ibm.commerce.component.giftregistry.objects.GiftRegistryEventTypeDescriptionKey ejbCreate(java.lang.Integer newEventType_Id, java.lang.Integer newLanguage_Id, java.lang.String newDescription) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void ejbPostCreate(java.lang.Integer newEventType_Id, java.lang.Integer newLanguage_Id, java.lang.String newDescription) throws javax.ejb.CreateException
public java.lang.String getDescription()
public void setDescription(java.lang.String newDescription)
public java.lang.Integer getEventTypeId()
public void setEventTypeId(java.lang.Integer newEventTypeId)
public java.lang.Integer getLanguageId()
public void setLanguageId(java.lang.Integer newLanguageId)