|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.alkacon.opencms.v8.list.CmsListEntry
public class CmsListEntry
Java Bean which describes a single entry in a list.
| Constructor Summary | |
|---|---|
CmsListEntry()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Returns the author of the list entry. |
java.util.Date |
getDate()
Returns the date of the list entry. |
java.lang.String |
getImage()
Returns the path to the image of the list entry. |
java.lang.String |
getLink()
Returns the link to the list entry. |
java.lang.String |
getText()
Returns the text of the list entry. |
java.lang.String |
getTitle()
Returns the title of the list entry. |
void |
setAuthor(java.lang.String author)
Sets the author of the list entry. |
void |
setDate(java.util.Date date)
Sets the date of the list entry. |
void |
setDescription(java.lang.String text)
Sets the text of the list entry. |
void |
setImage(java.lang.String image)
Sets the path to the image of the list entry. |
void |
setLink(java.lang.String link)
Sets the link to the list entry. |
void |
setTitle(java.lang.String title)
Sets the title of the list entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsListEntry()
| Method Detail |
|---|
public java.lang.String getAuthor()
public java.util.Date getDate()
public java.lang.String getText()
public java.lang.String getImage()
public java.lang.String getLink()
public java.lang.String getTitle()
public void setAuthor(java.lang.String author)
author - the author of the list entry to setpublic void setDate(java.util.Date date)
date - the date of the list entry to setpublic void setDescription(java.lang.String text)
text - the text of the list entry to setpublic void setImage(java.lang.String image)
image - the path to the image of the list entry to setpublic void setLink(java.lang.String link)
link - the link to the list entry to setpublic void setTitle(java.lang.String title)
title - the title of the list entry to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||