All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.spincast.website.models.INewsEntry Maven / Gradle / Ivy

There is a newer version: 0.9.28
Show newest version
package org.spincast.website.models;

/**
 * Spincast news entry.
 */
public interface INewsEntry {

    /**
     * The news entry's id
     */
    public long getId();

    /**
     * The published date, format: "YYYY-MM-DD HH:mm"
     */
    public String getPublishedDate();

    /**
     * The title of the news entry.
     */
    public String getTitle();

    /**
     * The description of the news entry.
     */
    public String getDescription();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy