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

java.lang.Object
  extended by fr.paris.lutece.plugins.rss.business.RssGeneratedFile

public class RssGeneratedFile
extends java.lang.Object

This class represents business object RssGeneratedFile


Constructor Summary
RssGeneratedFile()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of this pushRss object
 int getId()
          Returns the identifier of this pushRss object
 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.sql.Timestamp getUpdateDate()
          Returns the date of update of this pushRss object
 void setDescription(java.lang.String strDescription)
          Sets the description of this pushRss object to the specified String
 void setId(int nId)
          Sets the identifier of the pushRss object to the specified int.
 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 setUpdateDate(java.sql.Timestamp dateUpdate)
          Sets the date of the update of this pushRss object to the specified Date
 
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

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


Copyright © 2007 Mairie de Paris. All Rights Reserved.