fr.paris.lutece.portal.business.rss
Class ResourceRss

java.lang.Object
  extended by fr.paris.lutece.portal.business.rss.ResourceRss
All Implemented Interfaces:
IResourceRss

public abstract class ResourceRss
extends java.lang.Object
implements IResourceRss


Constructor Summary
ResourceRss()
           
 
Method Summary
 java.lang.String getDescription()
           
 int getId()
           
 java.lang.String getName()
           
 IResourceRssType getResourceRssType()
           
 void setDescription(java.lang.String strDescription)
          set the description
 void setId(int nId)
          set the rss id
 void setName(java.lang.String strName)
          set the name
 void setResourceRssType(IResourceRssType taskType)
          set the ResourceRssType object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.paris.lutece.portal.business.rss.IResourceRss
checkResource, contentResourceRss, createHtmlRss, deleteResourceRssConfig, doSaveConfig, doUpdateConfig, doValidateConfigForm, getDisplayCreateConfigForm, getDisplayModifyConfigForm, getParameterToApply
 

Constructor Detail

ResourceRss

public ResourceRss()
Method Detail

getId

public int getId()
Specified by:
getId in interface IResourceRss
Returns:
the rss Id

setId

public void setId(int nId)
Description copied from interface: IResourceRss
set the rss id

Specified by:
setId in interface IResourceRss
Parameters:
nId - the rss id

getResourceRssType

public IResourceRssType getResourceRssType()
Specified by:
getResourceRssType in interface IResourceRss
Returns:
the ResourceRssType Object

setResourceRssType

public void setResourceRssType(IResourceRssType taskType)
Description copied from interface: IResourceRss
set the ResourceRssType object

Specified by:
setResourceRssType in interface IResourceRss
Parameters:
taskType - the ResourceRsstype object

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface IResourceRss
Returns:
the description

setName

public void setName(java.lang.String strName)
Description copied from interface: IResourceRss
set the name

Specified by:
setName in interface IResourceRss
Parameters:
strName - the name

setDescription

public void setDescription(java.lang.String strDescription)
Description copied from interface: IResourceRss
set the description

Specified by:
setDescription in interface IResourceRss
Parameters:
strDescription - the description

getName

public java.lang.String getName()
Specified by:
getName in interface IResourceRss
Returns:
the name


Copyright © 2010 Mairie de Paris. All Rights Reserved.