|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getChannel()
public java.lang.String getContent()
public int getOrder()
public CmsNewsletterContentType getType()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |