net.sourceforge.rssowl.model
Class ChannelImage

java.lang.Object
  extended bynet.sourceforge.rssowl.model.ChannelImage

public class ChannelImage
extends Object

Model for a ChannelImage. A Channel may contain one image

Version:
1.1.3
Author:
Benjamin Pasero

Field Summary
private  String imgUrl
           
private  String link
           
 
Constructor Summary
ChannelImage()
          Instantiates a new ChannelImage
 
Method Summary
 String getImgUrl()
          Get the image URL
 String getLink()
          Get the link
 void setImgUrl(String imgUrl)
          Set the image URL
 void setLink(String link)
          Set the link
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imgUrl

private String imgUrl

link

private String link
Constructor Detail

ChannelImage

public ChannelImage()
Instantiates a new ChannelImage

Method Detail

getImgUrl

public String getImgUrl()
Get the image URL

Returns:
String Image URL

getLink

public String getLink()
Get the link

Returns:
String link

setImgUrl

public void setImgUrl(String imgUrl)
Set the image URL

Parameters:
imgUrl -

setLink

public void setLink(String link)
Set the link

Parameters:
link -


RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo