|
||||||||||
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 |
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 |
---|
public RssGeneratedFile()
Method Detail |
---|
public static void init()
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 objectpublic java.lang.String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setWorkgroup(java.lang.String workGroup)
workGroup
- the work group associate to the categorypublic java.lang.String getTypeResourceRss()
public void setTypeResourceRss(java.lang.String strTypeResourceRss)
strTypeResourceRss
- type of resource rsspublic int getMaxItems()
public void setMaxItems(int nMaxItems)
nMaxItems
- the max itemspublic java.lang.String getFeedType()
FeedType#getType()
public void setFeedType(java.lang.String strFeedType)
strFeedType
- the feed typeFeedType#getType()
public java.lang.String getEncoding()
public void setEncoding(java.lang.String strEncoding)
strEncoding
- the encoding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |