Interface NewsEntry

All Known Implementing Classes:
NewsEntryDefault

public interface NewsEntry
Spincast news entry.
  • Method Details

    • getId

      long getId()
      The news entry's id
    • getPublishedDate

      Date getPublishedDate()
      The published date
    • getTitle

      String getTitle()
      The title of the news entry.
    • getDescription

      String getDescription()
      The description of the news entry.