|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.rss.business.RssGeneratedFile
public class RssGeneratedFile
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 |
---|
public RssGeneratedFile()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- the new identifierpublic int getPortletId()
public void setPortletId(int nPortletId)
nPortletId
- the new identifier of the portletpublic java.lang.String getName()
public java.lang.String getPortletName()
public java.lang.String getDescription()
public void setName(java.lang.String strName)
strName
- the new name of this pushRss objectpublic void setPortletName(java.lang.String strPortletName)
strPortletName
- the new name of this pushRss objectpublic void setDescription(java.lang.String strDescription)
strDescription
- the new description of this pushRss objectpublic int getState()
public void setState(int nState)
nState
- the new state of this pushRss objectpublic java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp dateUpdate)
dateUpdate
- the new update date of this pushRss object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |