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

net.anotheria.anosite.content.bean.RssFeedItem Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.content.bean;

public interface RssFeedItem {
	public String getTitle();
	
	public String getLink();
	
	public String getThumbnailUrl();
	
	public String getContentUrl();
	
	public String getGuid();
	
	public boolean isPermalink();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy