|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.newsletter.CmsNewsletterContent
public class CmsNewsletterContent
Content for newsletters.
| Constructor Summary | |
|---|---|
CmsNewsletterContent(int order,
java.lang.String content,
CmsNewsletterContentType type)
Creates a new CmsNewsletterContent instance. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object obj)
|
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. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsNewsletterContent(int order,
java.lang.String content,
CmsNewsletterContentType type)
order - the order of the newsletter contentcontent - the contenttype - the newsletter contents' type| Method Detail |
|---|
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.ComparableComparable.compareTo(java.lang.Object)public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String getChannel()
I_CmsNewsletterContent
getChannel in interface I_CmsNewsletterContentI_CmsNewsletterContent.getChannel()public java.lang.String getContent()
I_CmsNewsletterContent
getContent in interface I_CmsNewsletterContentI_CmsNewsletterContent.getContent()public int getOrder()
I_CmsNewsletterContent
getOrder in interface I_CmsNewsletterContentI_CmsNewsletterContent.getOrder()public CmsNewsletterContentType getType()
I_CmsNewsletterContent
getType in interface I_CmsNewsletterContentI_CmsNewsletterContent.getType()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||