nl.gx.webmanager.cms.element
Interface CalendarItem

All Superinterfaces:
Wrapper

public interface CalendarItem
extends Wrapper

Calendar item interface.

See Also:
CalendarElement, RelatedLink

Method Summary
 java.lang.String getDescription()
          Return description of the calendar item.
 java.util.Date getEndDate()
          Return End time of the calendar item.
 java.lang.String getLocation()
          Return place where the calendar item takes place.
 RelatedLink getReadMoreLink()
          Return a read more link.
 java.util.Date getStartDate()
          Return Start time of the calendar item.
 java.lang.String getTitle()
          Return title of the calendar item.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getLocation

java.lang.String getLocation()
Return place where the calendar item takes place.

Returns:
place where the calendar item takes place.

getTitle

java.lang.String getTitle()
Return title of the calendar item.

Returns:
title of the calendar item.

getDescription

java.lang.String getDescription()
Return description of the calendar item.

Returns:
description of the calendar item.

getStartDate

java.util.Date getStartDate()
Return Start time of the calendar item.

Returns:
Start time of the calendar item.

getEndDate

java.util.Date getEndDate()
Return End time of the calendar item.

Returns:
End time of the calendar item.

getReadMoreLink

RelatedLink getReadMoreLink()
Return a read more link.

Returns:
a read more link.


Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.