public class ContentModuleImpl extends ModuleImpl implements ContentModule
RDF_URI, URI| Modifier | Constructor and Description |
|---|---|
|
ContentModuleImpl() |
protected |
ContentModuleImpl(Class<ContentModuleImpl> beanClass,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(CopyFrom obj) |
List<ContentItem> |
getContentItems()
Contains a list of ContentItems that represent the "Original Syntax" set.
|
List<String> |
getContents()
Returns a List of Strings containing whatever new or original syntax items are in the
element.
|
List<String> |
getEncodeds()
Returns a List of Strings containing the New Syntax Encoded values are in the element.
|
Class<ContentModule> |
getInterface() |
void |
setContentItems(List<ContentItem> list)
Contains a list of ContentItems that represent the "Original Syntax" set.
|
void |
setContents(List<String> contents)
Sets a List of Strings containing whatever new or original syntax items are in the element.
|
void |
setEncodeds(List<String> encodeds)
Sets a List of Strings containing the New Syntax Encoded values are in the element.
|
String |
toString(String str) |
clone, equals, getUri, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetUripublic ContentModuleImpl()
protected ContentModuleImpl(Class<ContentModuleImpl> beanClass, String uri)
public List<String> getEncodeds()
ContentModulegetEncodeds in interface ContentModulepublic void setEncodeds(List<String> encodeds)
ContentModulesetEncodeds in interface ContentModulepublic Class<ContentModule> getInterface()
getInterface in interface CopyFrompublic List<ContentItem> getContentItems()
ContentModulegetContentItems in interface ContentModulecom.totsp.xml.syndication.content.ContentItempublic void setContentItems(List<ContentItem> list)
ContentModulesetContentItems in interface ContentModulecom.totsp.xml.syndication.content.ContentItempublic List<String> getContents()
ContentModulegetContents in interface ContentModulepublic void setContents(List<String> contents)
ContentModulesetContents in interface ContentModulepublic String toString(String str)
toString in interface ContentModuleCopyright © 2021. All rights reserved.