com.alkacon.opencms.v8.list
Class CmsListEntry

java.lang.Object
  extended by com.alkacon.opencms.v8.list.CmsListEntry

public class CmsListEntry
extends java.lang.Object

Java Bean which describes a single entry in a list.

Since:
7.6

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

CmsListEntry

public CmsListEntry()
Method Detail

getAuthor

public java.lang.String getAuthor()
Returns the author of the list entry.

Returns:
the author of the list entry

getDate

public java.util.Date getDate()
Returns the date of the list entry.

Returns:
the date of the list entry

getText

public java.lang.String getText()
Returns the text of the list entry.

Returns:
the text of the list entry

getImage

public java.lang.String getImage()
Returns the path to the image of the list entry.

Returns:
the path to the image of the list entry

getLink

public java.lang.String getLink()
Returns the link to the list entry.

Returns:
the link to the list entry

getTitle

public java.lang.String getTitle()
Returns the title of the list entry.

Returns:
the title of the list entry

setAuthor

public void setAuthor(java.lang.String author)
Sets the author of the list entry.

Parameters:
author - the author of the list entry to set

setDate

public void setDate(java.util.Date date)
Sets the date of the list entry.

Parameters:
date - the date of the list entry to set

setDescription

public void setDescription(java.lang.String text)
Sets the text of the list entry.

Parameters:
text - the text of the list entry to set

setImage

public void setImage(java.lang.String image)
Sets the path to the image of the list entry.

Parameters:
image - the path to the image of the list entry to set

setLink

public void setLink(java.lang.String link)
Sets the link to the list entry.

Parameters:
link - the link to the list entry to set

setTitle

public void setTitle(java.lang.String title)
Sets the title of the list entry.

Parameters:
title - the title of the list entry to set