Package org.opencms.newsletter
Interface I_CmsNewsletterContent
- All Superinterfaces:
Comparable<I_CmsNewsletterContent>
- All Known Implementing Classes:
CmsNewsletterContent
Every
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
.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getChannel
Returns the channel.- Returns:
- the channel
-
getContent
Returns the content.- Returns:
- the content
-
getOrder
int getOrder()Returns the order of this content in it's channel.- Returns:
- the order of this content in it's channel
-
getType
Returns the type.- Returns:
- the type
-