org.eclipse.higgins.rpps.core.impl
Class FeedProperties

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.impl.FeedProperties
All Implemented Interfaces:
Serializable

public class FeedProperties
extends Object
implements Serializable

This is the feed properties container class.

Author:
Sergei Yakovlev
See Also:
Serialized Form

Constructor Summary
FeedProperties(URI id, Properties properties)
          Constructor for the FeedProperties.
 
Method Summary
 URI getId()
          Gets feed id.
 Properties getProperties()
          Gets the property list
 void setId(URI id)
          Sets feed id.
 void setProperties(Properties properties)
          Sets the property list
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedProperties

public FeedProperties(URI id,
                      Properties properties)
Constructor for the FeedProperties.

Parameters:
id - the feed id (title).
properties - the feed property list (items).
Method Detail

getId

public URI getId()
Gets feed id.

Returns:
the feed id.

setId

public void setId(URI id)
Sets feed id.

Parameters:
id - the feed id to set.

getProperties

public Properties getProperties()
Gets the property list

Returns:
the properties.

setProperties

public void setProperties(Properties properties)
Sets the property list

Parameters:
properties - the feed properties to set.