|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_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 | |
---|---|
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. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String getChannel()
java.lang.String getContent()
int getOrder()
CmsNewsletterContentType getType()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |