|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.module.ModuleImpl
com.sun.syndication.samples.module.SampleModuleImpl
Sample ModuleImpl Implementation.
To show how to integrate a module in Rome.
Field Summary |
Fields inherited from interface com.sun.syndication.samples.module.SampleModule |
URI |
Constructor Summary | |
SampleModuleImpl()
|
Method Summary | |
void |
copyFrom(java.lang.Object obj)
Copies all the properties of the given bean into this one. |
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. |
java.lang.Class |
getInterface()
Returns the interface the copyFrom works on. |
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 class com.sun.syndication.feed.module.ModuleImpl |
clone, equals, getUri, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone, getUri |
Constructor Detail |
public SampleModuleImpl()
Method Detail |
public java.lang.String getBar()
getBar
in interface SampleModule
public void setBar(java.lang.String bar)
setBar
in interface SampleModule
bar
- the bar value, null if none.public java.util.List getFoos()
getFoos
in interface SampleModule
public void setFoos(java.util.List foos)
setFoos
in interface SampleModule
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()
getDate
in interface SampleModule
public void setDate(java.util.Date date)
setDate
in interface SampleModule
date
- the Sample module date to set, null if none.public java.lang.Class getInterface()
getInterface
in interface com.sun.syndication.feed.CopyFrom
public void copyFrom(java.lang.Object obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
obj
- the instance to copy properties from.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |