|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sample ModuleImpl Interface.
To show how to integrate a module in Rome.
Field Summary | |
static java.lang.String |
URI
URI of the Sample ModuleImpl (http://rome.dev.java.net/module/foo/1.0). |
Method Summary | |
java.lang.String |
getBar()
Returns the Sample module bar value. |
java.util.Date |
getDate()
Returns the Sample module date. |
java.util.List |
getFoos()
Returns the Sample module foos. |
void |
setBar(java.lang.String bar)
Sets the Sample module bar value. |
void |
setDate(java.util.Date date)
Sets the Sample module date. |
void |
setFoos(java.util.List foos)
Sets the Sample module foos. |
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone, getUri |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
copyFrom, getInterface |
Field Detail |
public static final java.lang.String URI
Method Detail |
public java.lang.String getBar()
public void setBar(java.lang.String bar)
bar
- the bar value, null if none.public java.util.List getFoos()
public void setFoos(java.util.List foos)
foos
- the list of String elements with the Sample module foos to set,
an empty list or null if none.public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- the Sample module date to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |