|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.rss.business.RssFeed
public class RssFeed
This class represents the business object RssFeed
Constructor Summary | |
---|---|
RssFeed()
|
Method Summary | |
---|---|
int |
getId()
Returns the Id |
java.sql.Timestamp |
getLastFetchDate()
Returns the LastFetchDate |
java.lang.String |
getLastFetchError()
Returns the LastFetchError |
int |
getLastFetchStatus()
Returns the LastFetchStatus |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getUrl()
Returns the Url |
void |
setId(int nId)
Sets the Id |
void |
setLastFetchDate(java.sql.Timestamp dateLastFetch)
Sets the LastFetchDate |
void |
setLastFetchError(java.lang.String strLastFetchError)
Sets the LastFetchError |
void |
setLastFetchStatus(int nLastFetchStatus)
Sets the LastFetchStatus |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setUrl(java.lang.String strUrl)
Sets the Url |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RssFeed()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- The Idpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getUrl()
public void setUrl(java.lang.String strUrl)
strUrl
- The Urlpublic java.sql.Timestamp getLastFetchDate()
public void setLastFetchDate(java.sql.Timestamp dateLastFetch)
dateLastFetch
- public java.lang.String toString()
toString
in class java.lang.Object
public int getLastFetchStatus()
public void setLastFetchStatus(int nLastFetchStatus)
nLastFetchStatus
- The LastFetchStatuspublic java.lang.String getLastFetchError()
public void setLastFetchError(java.lang.String strLastFetchError)
strLastFetchError
- The LastFetchError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |