Class PodloveSimpleChapterModuleImpl
- java.lang.Object
-
- com.rometools.rome.feed.module.ModuleImpl
-
- com.rometools.modules.psc.modules.PodloveSimpleChapterModuleImpl
-
- All Implemented Interfaces:
PodloveSimpleChapterModule,CopyFrom,Module,Serializable,Cloneable
public class PodloveSimpleChapterModuleImpl extends ModuleImpl implements PodloveSimpleChapterModule, Cloneable, Serializable
A Module implementation for item level Simple Chapter information.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.rometools.modules.psc.modules.PodloveSimpleChapterModule
URI, VERSION
-
-
Constructor Summary
Constructors Constructor Description PodloveSimpleChapterModuleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidcopyFrom(CopyFrom obj)booleanequals(Object obj)List<SimpleChapter>getChapters()Returns the SimpleChapters of an item element.Class<? extends CopyFrom>getInterface()StringgetUri()inthashCode()voidsetChapters(List<SimpleChapter> chapters)Sets the SimpleChapters of an item element.StringtoString()
-
-
-
Method Detail
-
getChapters
public List<SimpleChapter> getChapters()
Description copied from interface:PodloveSimpleChapterModuleReturns the SimpleChapters of an item element.- Specified by:
getChaptersin interfacePodloveSimpleChapterModule- Returns:
- List of SimpleChapters of an item element
-
setChapters
public void setChapters(List<SimpleChapter> chapters)
Description copied from interface:PodloveSimpleChapterModuleSets the SimpleChapters of an item element.- Specified by:
setChaptersin interfacePodloveSimpleChapterModule- Parameters:
chapters- List of SimpleChapters of an item element
-
getInterface
public Class<? extends CopyFrom> getInterface()
- Specified by:
getInterfacein interfaceCopyFrom
-
getUri
public String getUri()
- Specified by:
getUriin interfaceModule- Overrides:
getUriin classModuleImpl
-
clone
public Object clone() throws CloneNotSupportedException
- Specified by:
clonein interfaceModule- Overrides:
clonein classModuleImpl- Throws:
CloneNotSupportedException
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classModuleImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classModuleImpl
-
toString
public String toString()
- Overrides:
toStringin classModuleImpl
-
-