org.rometools.feed.module.content
Class ContentModuleImpl
java.lang.Object
com.sun.syndication.feed.module.ModuleImpl
org.rometools.feed.module.content.ContentModuleImpl
- All Implemented Interfaces:
- com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable, Cloneable, ContentModule
public class ContentModuleImpl
- extends com.sun.syndication.feed.module.ModuleImpl
- implements ContentModule
- Version:
- $Revision: 1.4 $
- Author:
- Robert "kebernet" Cooper
- See Also:
- Serialized Form
Method Summary |
void |
copyFrom(com.sun.syndication.feed.CopyFrom obj)
|
List |
getContentItems()
Contains a list of ContentItems that represent the "Original Syntax" set. |
List |
getContents()
Returns a List of Strings containing whatever new or original syntax items
are in the element. |
List |
getEncodeds()
Returns a List of Strings containing the New Syntax Encoded values
are in the element. |
Class |
getInterface()
|
void |
setContentItems(List list)
Contains a list of ContentItems that represent the "Original Syntax" set. |
void |
setContents(List contents)
Sets a List of Strings containing whatever new or original syntax items
are in the element. |
void |
setEncodeds(List encodeds)
Sets a List of Strings containing the New Syntax Encoded values
are in the element. |
String |
toString(String str)
|
Methods inherited from class com.sun.syndication.feed.module.ModuleImpl |
clone, equals, getUri, hashCode, toString |
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone |
ContentModuleImpl
public ContentModuleImpl()
ContentModuleImpl
protected ContentModuleImpl(Class beanClass,
String uri)
getEncodeds
public List getEncodeds()
- Description copied from interface:
ContentModule
- Returns a List of Strings containing the New Syntax Encoded values
are in the element.
- Specified by:
getEncodeds
in interface ContentModule
- Returns:
- List of content Strings
setEncodeds
public void setEncodeds(List encodeds)
- Description copied from interface:
ContentModule
- Sets a List of Strings containing the New Syntax Encoded values
are in the element.
- Specified by:
setEncodeds
in interface ContentModule
copyFrom
public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
- Specified by:
copyFrom
in interface com.sun.syndication.feed.CopyFrom
getInterface
public Class getInterface()
- Specified by:
getInterface
in interface com.sun.syndication.feed.CopyFrom
getContentItems
public List getContentItems()
- Description copied from interface:
ContentModule
- Contains a list of ContentItems that represent the "Original Syntax" set.
- Specified by:
getContentItems
in interface ContentModule
- Returns:
- List of ContentItems.
- See Also:
com.totsp.xml.syndication.content.ContentItem
setContentItems
public void setContentItems(List list)
- Description copied from interface:
ContentModule
- Contains a list of ContentItems that represent the "Original Syntax" set.
- Specified by:
setContentItems
in interface ContentModule
- See Also:
com.totsp.xml.syndication.content.ContentItem
getContents
public List getContents()
- Description copied from interface:
ContentModule
- Returns a List of Strings containing whatever new or original syntax items
are in the element.
- Specified by:
getContents
in interface ContentModule
- Returns:
- List of content Strings
setContents
public void setContents(List contents)
- Description copied from interface:
ContentModule
- Sets a List of Strings containing whatever new or original syntax items
are in the element.
- Specified by:
setContents
in interface ContentModule
toString
public String toString(String str)
- Specified by:
toString
in interface ContentModule
Copyright © 2013 ROME Project. All Rights Reserved.