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

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

public class RssFeed
extends java.lang.Object

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

RssFeed

public RssFeed()
Method Detail

getId

public int getId()
Returns the Id

Returns:
The Id

setId

public void setId(int nId)
Sets the Id

Parameters:
nId - The Id

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name

setName

public void setName(java.lang.String strName)
Sets the Name

Parameters:
strName - The Name

getUrl

public java.lang.String getUrl()
Returns the Url

Returns:
The Url

setUrl

public void setUrl(java.lang.String strUrl)
Sets the Url

Parameters:
strUrl - The Url

getLastFetchDate

public java.sql.Timestamp getLastFetchDate()
Returns the LastFetchDate

Returns:
The LastFetchDate

setLastFetchDate

public void setLastFetchDate(java.sql.Timestamp dateLastFetch)
Sets the LastFetchDate

Parameters:
dateLastFetch -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getLastFetchStatus

public int getLastFetchStatus()
Returns the LastFetchStatus

Returns:
The LastFetchStatus

setLastFetchStatus

public void setLastFetchStatus(int nLastFetchStatus)
Sets the LastFetchStatus

Parameters:
nLastFetchStatus - The LastFetchStatus

getLastFetchError

public java.lang.String getLastFetchError()
Returns the LastFetchError

Returns:
The LastFetchError

setLastFetchError

public void setLastFetchError(java.lang.String strLastFetchError)
Sets the LastFetchError

Parameters:
strLastFetchError - The LastFetchError


Copyright © 2007 Mairie de Paris. All Rights Reserved.