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.
|
public static final java.lang.String COPYRIGHT
public java.lang.Integer getId()
public java.lang.String getName()
public void setId(java.lang.Integer id)
public void setName(java.lang.String name)
public void populate()
throws java.lang.Exception