|
||||||||
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,
String content,
CmsNewsletterContentType type)
Creates a new CmsNewsletterContent instance. |
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
String |
getChannel()
Returns the channel. |
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, String content, CmsNewsletterContentType type)
order
- the order of the newsletter contentcontent
- the contenttype
- the newsletter contents' typeMethod Detail |
---|
public int compareTo(Object o)
compareTo
in interface Comparable
Comparable.compareTo(java.lang.Object)
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String getChannel()
I_CmsNewsletterContent
getChannel
in interface I_CmsNewsletterContent
I_CmsNewsletterContent.getChannel()
public String getContent()
I_CmsNewsletterContent
getContent
in interface I_CmsNewsletterContent
I_CmsNewsletterContent.getContent()
public int getOrder()
I_CmsNewsletterContent
getOrder
in interface I_CmsNewsletterContent
I_CmsNewsletterContent.getOrder()
public CmsNewsletterContentType getType()
I_CmsNewsletterContent
getType
in interface I_CmsNewsletterContent
I_CmsNewsletterContent.getType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |