Interface INewsCategoryItem

  • All Superinterfaces:
    de.uplanet.lucy.server.news.INewsItem

    public interface INewsCategoryItem
    extends de.uplanet.lucy.server.news.INewsItem
    • Method Detail

      • getStaticHeadLine

        IValueHolder<?> getStaticHeadLine()
        Returns:
        The static head line value holder (may be null).
      • getHeadLine

        IValueHolder<?> getHeadLine()
        Returns:
        The head line og the item
      • getLink

        de.uplanet.lucy.server.news.INewsLink getLink()
        Returns:
        The link
      • getMobileLink

        de.uplanet.lucy.server.news.INewsLink getMobileLink()
        Returns:
        The link for mobile
      • isMobileLinkEnabled

        boolean isMobileLinkEnabled()
        Returns:
        true if the a mobile link is enabled otherwise false.
      • getCategory

        String getCategory()
        Returns:
        The GUID of the category (not null).
      • getShortText

        IValueHolder<?> getShortText()
        Returns:
        The short text (could be null)
      • getDate

        IValueHolder<?> getDate()
        Returns:
        The date of the item (could be null).
      • getDateCalendar

        Calendar getDateCalendar()
        Returns:
        The date of the item (could be null).
      • getEndDate

        IValueHolder<?> getEndDate()
        Returns:
        The end date of the item (could be null).
      • getEndCalendar

        Calendar getEndCalendar()
        Returns:
        The end date of the item (could be null).
      • getIcon

        de.uplanet.lucy.server.news.INewsIcon getIcon()
        Returns:
        The icon of the item (could be null).
      • setOriginalCategoryItem

        void setOriginalCategoryItem​(INewsCategoryItem p_item)