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 SummaryMethods inherited from interface java.lang.ComparablecompareTo
- 
Method Details- 
getChannelReturns the channel.- Returns:
- the channel
 
- 
getContentReturns the content.- Returns:
- the content
 
- 
getOrderint getOrder()Returns the order of this content in it's channel.- Returns:
- the order of this content in it's channel
 
- 
getTypeReturns the type.- Returns:
- the type
 
 
-