public class EmailTemplateRow
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright String
|
Constructor and Description |
---|
EmailTemplateRow(java.lang.String name,
java.lang.String description,
java.lang.String contentFormat,
java.lang.String templateType,
java.lang.String messageId,
boolean createdInThisStore)
Creates one e-mail template row object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCheckBoxName()
The message ID of the template is used as the check box name.
|
java.lang.String |
getContentFormat()
Returns the content format.
|
java.lang.String |
getDescription()
Returns the description for this template
|
java.lang.String |
getName()
Returns the name of this template
|
java.lang.String |
getTemplateType()
Returns the template type.
|
boolean |
isCreatedInThisStore()
Check whether the template belongs to this store or to asset store.
|
void |
setCreatedInThisStore(boolean value)
Sets the flag to indicate whether template is created in this store or in asset store
|
public static final java.lang.String COPYRIGHT
public EmailTemplateRow(java.lang.String name, java.lang.String description, java.lang.String contentFormat, java.lang.String templateType, java.lang.String messageId, boolean createdInThisStore)
name
- - Name of this templatedescription
- - Description of this templatecontentFormat
- - Content type can be HTML or Plain TexttemplateType
- - Form Filled or JSP typemessageId
- - Message ID of this templatecreatedInThisStore
- - True indicates that template is created in current store.
False indicates that template belongs to related store.public java.lang.String getCheckBoxName()
public java.lang.String getContentFormat()
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getTemplateType()
public boolean isCreatedInThisStore()
public void setCreatedInThisStore(boolean value)
value
- - True indicates that template belongs to this store.
False indicates that the template belongs to asset store.