|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.impl.FeedProperties
This is the feed properties container class.
| 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 |
public FeedProperties(URI id,
Properties properties)
id - the feed id (title).properties - the feed property list (items).| Method Detail |
public URI getId()
public void setId(URI id)
id - the feed id to set.public Properties getProperties()
public void setProperties(Properties properties)
properties - the feed properties to set.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||