public class ContentModuleImpl extends ModuleImpl implements ContentModule
RDF_URI, URI| Modifier | Constructor and Description |
|---|---|
|
ContentModuleImpl() |
protected |
ContentModuleImpl(java.lang.Class<ContentModuleImpl> beanClass,
java.lang.String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
java.util.List<ContentItem> |
getContentItems()
Contains a list of ContentItems that represent the "Original Syntax" set.
|
java.util.List<java.lang.String> |
getContents()
Returns a List of Strings containing whatever new or original syntax items are in the
element.
|
java.util.List<java.lang.String> |
getEncodeds()
Returns a List of Strings containing the New Syntax Encoded values are in the element.
|
java.lang.Class<ContentModule> |
getInterface()
Returns the interface the copyFrom works on.
|
void |
setContentItems(java.util.List<ContentItem> list)
Contains a list of ContentItems that represent the "Original Syntax" set.
|
void |
setContents(java.util.List<java.lang.String> contents)
Sets a List of Strings containing whatever new or original syntax items are in the element.
|
void |
setEncodeds(java.util.List<java.lang.String> encodeds)
Sets a List of Strings containing the New Syntax Encoded values are in the element.
|
java.lang.String |
toString(java.lang.String str) |
clone, equals, getUri, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetUripublic ContentModuleImpl()
protected ContentModuleImpl(java.lang.Class<ContentModuleImpl> beanClass, java.lang.String uri)
public java.util.List<java.lang.String> getEncodeds()
ContentModulegetEncodeds in interface ContentModulepublic void setEncodeds(java.util.List<java.lang.String> encodeds)
ContentModulesetEncodeds in interface ContentModulepublic void copyFrom(CopyFrom obj)
CopyFromAny existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
public java.lang.Class<ContentModule> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic java.util.List<ContentItem> getContentItems()
ContentModulegetContentItems in interface ContentModulecom.totsp.xml.syndication.content.ContentItempublic void setContentItems(java.util.List<ContentItem> list)
ContentModulesetContentItems in interface ContentModulecom.totsp.xml.syndication.content.ContentItempublic java.util.List<java.lang.String> getContents()
ContentModulegetContents in interface ContentModulepublic void setContents(java.util.List<java.lang.String> contents)
ContentModulesetContents in interface ContentModulepublic java.lang.String toString(java.lang.String str)
toString in interface ContentModuleCopyright © 2025. All rights reserved.