public class RssFeed extends Object implements fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
| Constructor and Description |
|---|
RssFeed() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the Id
|
int |
getIdIncludeStyle() |
String |
getIncludeTag() |
boolean |
getIsActive() |
Timestamp |
getLastFetchDate()
Returns the LastFetchDate
|
String |
getLastFetchError()
Returns the LastFetchError
|
int |
getLastFetchStatus()
Returns the LastFetchStatus
|
String |
getName()
Returns the Name
|
String |
getUrl()
Returns the Url
|
String |
getWorkgroup() |
void |
setId(int nId)
Sets the Id
|
void |
setIdIncludeStyle(int nIdIncludeStyle)
set the id of include style of the rss feed
|
void |
setIncludeTag(String strIncludeTag)
set the include tag of the rss feed
|
void |
setIsActive(boolean bActive) |
void |
setLastFetchDate(Timestamp dateLastFetch)
Sets the LastFetchDate
|
void |
setLastFetchError(String strLastFetchError)
Sets the LastFetchError
|
void |
setLastFetchStatus(int nLastFetchStatus)
Sets the LastFetchStatus
|
void |
setName(String strName)
Sets the Name
|
void |
setUrl(String strUrl)
Sets the Url
|
void |
setWorkgroup(String workGroup)
set the work group associate to the category
|
String |
toString()
Overrides the default implementation
|
public int getId()
public void setId(int nId)
nId - The Idpublic String getName()
public void setName(String strName)
strName - The Namepublic String getUrl()
public void setUrl(String strUrl)
strUrl - The Urlpublic Timestamp getLastFetchDate()
public void setLastFetchDate(Timestamp dateLastFetch)
dateLastFetch - The last fetch datepublic String toString()
public int getLastFetchStatus()
public void setLastFetchStatus(int nLastFetchStatus)
nLastFetchStatus - The LastFetchStatuspublic String getLastFetchError()
public void setLastFetchError(String strLastFetchError)
strLastFetchError - The LastFetchErrorpublic String getWorkgroup()
getWorkgroup in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResourcepublic void setWorkgroup(String workGroup)
workGroup - the work group associate to the categorypublic String getIncludeTag()
public void setIncludeTag(String strIncludeTag)
strIncludeTag - the include tag of the rss feedpublic int getIdIncludeStyle()
public void setIdIncludeStyle(int nIdIncludeStyle)
nIncludeStyle - set the id of include style of the rss feedpublic boolean getIsActive()
public void setIsActive(boolean bActive)
bActive - Copyright © 2018 City of Paris. All rights reserved.