fr.paris.lutece.plugins.rss.business
Class RssGeneratedFile

java.lang.Object
  extended by fr.paris.lutece.plugins.rss.business.RssGeneratedFile
All Implemented Interfaces:
fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

public class RssGeneratedFile
extends java.lang.Object
implements fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

This class represents business object RssGeneratedFile


Constructor Summary
RssGeneratedFile()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of this pushRss object
 java.lang.String getEncoding()
          Gets the encoding
 java.lang.String getFeedType()
          The feed type
 int getId()
          Returns the identifier of this pushRss object
 int getMaxItems()
          Gets the max items
 java.lang.String getName()
          Returns the name of this pushRss object
 int getPortletId()
          Returns the identifier of the portlet that corresponds to this pushRss object
 java.lang.String getPortletName()
          Returns the description of this pushRss object
 int getState()
          Returns the state of this pushRss object
 java.lang.String getTypeResourceRss()
           
 java.sql.Timestamp getUpdateDate()
          Returns the date of update of this pushRss object
 java.lang.String getWorkgroup()
           
static void init()
          Initialize the Rss
 void setDescription(java.lang.String strDescription)
          Sets the description of this pushRss object to the specified String
 void setEncoding(java.lang.String strEncoding)
          Gets the encoding
 void setFeedType(java.lang.String strFeedType)
          The feed type
 void setId(int nId)
          Sets the identifier of the pushRss object to the specified int.
 void setMaxItems(int nMaxItems)
          Sets the max items
 void setName(java.lang.String strName)
          Sets the name of this pushRss object to the specified String
 void setPortletId(int nPortletId)
          Sets the identifier of the portlet for this pushRss object to the specified int.
 void setPortletName(java.lang.String strPortletName)
          Sets the portlet name of this pushRss object to the specified String
 void setState(int nState)
          Sets the state of this pushRss object to the specified int
 void setTypeResourceRss(java.lang.String strTypeResourceRss)
          set the type of resource rss
 void setUpdateDate(java.sql.Timestamp dateUpdate)
          Sets the date of the update of this pushRss object to the specified Date
 void setWorkgroup(java.lang.String workGroup)
          set the work group associate to the category
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssGeneratedFile

public RssGeneratedFile()
Method Detail

init

public static void init()
Initialize the Rss


getId

public int getId()
Returns the identifier of this pushRss object

Returns:
the identifier of this pushRss object

setId

public void setId(int nId)
Sets the identifier of the pushRss object to the specified int.

Parameters:
nId - the new identifier

getPortletId

public int getPortletId()
Returns the identifier of the portlet that corresponds to this pushRss object

Returns:
the identifier of the portlet that corresponds to this pushRss object

setPortletId

public void setPortletId(int nPortletId)
Sets the identifier of the portlet for this pushRss object to the specified int.

Parameters:
nPortletId - the new identifier of the portlet

getName

public java.lang.String getName()
Returns the name of this pushRss object

Returns:
the name of this pushRss object

getPortletName

public java.lang.String getPortletName()
Returns the description of this pushRss object

Returns:
the description of this pushRss object

getDescription

public java.lang.String getDescription()
Returns the description of this pushRss object

Returns:
the description of this pushRss object

setName

public void setName(java.lang.String strName)
Sets the name of this pushRss object to the specified String

Parameters:
strName - the new name of this pushRss object

setPortletName

public void setPortletName(java.lang.String strPortletName)
Sets the portlet name of this pushRss object to the specified String

Parameters:
strPortletName - the new name of this pushRss object

setDescription

public void setDescription(java.lang.String strDescription)
Sets the description of this pushRss object to the specified String

Parameters:
strDescription - the new description of this pushRss object

getState

public int getState()
Returns the state of this pushRss object

Returns:
the state of this pushRss object

setState

public void setState(int nState)
Sets the state of this pushRss object to the specified int

Parameters:
nState - the new state of this pushRss object

getUpdateDate

public java.sql.Timestamp getUpdateDate()
Returns the date of update of this pushRss object

Returns:
the date of update of this pushRss object

setUpdateDate

public void setUpdateDate(java.sql.Timestamp dateUpdate)
Sets the date of the update of this pushRss object to the specified Date

Parameters:
dateUpdate - the new update date of this pushRss object

getWorkgroup

public java.lang.String getWorkgroup()
Specified by:
getWorkgroup in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
Returns:
the work group associate to the category

setWorkgroup

public void setWorkgroup(java.lang.String workGroup)
set the work group associate to the category

Parameters:
workGroup - the work group associate to the category

getTypeResourceRss

public java.lang.String getTypeResourceRss()
Returns:
the type of resource rss

setTypeResourceRss

public void setTypeResourceRss(java.lang.String strTypeResourceRss)
set the type of resource rss

Parameters:
strTypeResourceRss - type of resource rss

getMaxItems

public int getMaxItems()
Gets the max items

Returns:
the max item

setMaxItems

public void setMaxItems(int nMaxItems)
Sets the max items

Parameters:
nMaxItems - the max items

getFeedType

public java.lang.String getFeedType()
The feed type

Returns:
the feed type
See Also:
FeedType#getType()

setFeedType

public void setFeedType(java.lang.String strFeedType)
The feed type

Parameters:
strFeedType - the feed type
See Also:
FeedType#getType()

getEncoding

public java.lang.String getEncoding()
Gets the encoding

Returns:
the encoding

setEncoding

public void setEncoding(java.lang.String strEncoding)
Gets the encoding

Parameters:
strEncoding - the encoding


Copyright © 2011 Mairie de Paris. All Rights Reserved.