public class EmailMessageDataBean extends EmailMessageDataBeanBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Constructor and Description |
|---|
EmailMessageDataBean()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId()
Gets the ID of the e-mail message template.
|
java.lang.String |
getName()
Gets the name of the e-mail message template.
|
void |
populate()
Populates the databean.
|
void |
setId(java.lang.Integer id)
Sets the e-mail message template ID to lookup.
|
void |
setName(java.lang.String name)
Sets the name of the e-mail message template.
|
getDelegate, getOwnerfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public java.lang.Integer getId()
public java.lang.String getName()
public void populate()
throws java.lang.Exception
populate in interface com.ibm.commerce.beans.SmartDataBeanpopulate in class com.ibm.commerce.beans.SmartDataBeanImpljava.lang.Exception - Thrown when EmailMessageAccessBean cannot lookup the e-mail
message template.public void setId(java.lang.Integer id)
id - The e-mail message template ID.public void setName(java.lang.String name)
name - The name of the message.