public interface I_CmsNewsletterContent extends java.lang.Comparable<I_CmsNewsletterContent>
I_CmsNewsletter
contains a list of I_CmsNewsletterContent objects.
These objects have an order, by which the newsletter content is sorted, the type either
CmsNewsletterContentType.TYPE_HTML
or
CmsNewsletterContentType.TYPE_TEXT
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannel()
Returns the channel.
|
java.lang.String |
getContent()
Returns the content.
|
int |
getOrder()
Returns the order of this content in it's channel.
|
CmsNewsletterContentType |
getType()
Returns the type.
|
java.lang.String getChannel()
java.lang.String getContent()
int getOrder()
CmsNewsletterContentType getType()