public class PodloveSimpleChapterModuleImpl extends ModuleImpl implements PodloveSimpleChapterModule, Cloneable, Serializable
URI, VERSION| Constructor and Description |
|---|
PodloveSimpleChapterModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copyFrom(CopyFrom obj) |
boolean |
equals(Object obj) |
List<SimpleChapter> |
getChapters()
Returns the SimpleChapters of an item element.
|
Class<? extends CopyFrom> |
getInterface() |
String |
getUri() |
int |
hashCode() |
void |
setChapters(List<SimpleChapter> chapters)
Sets the SimpleChapters of an item element.
|
String |
toString() |
public List<SimpleChapter> getChapters()
PodloveSimpleChapterModulegetChapters in interface PodloveSimpleChapterModulepublic void setChapters(List<SimpleChapter> chapters)
PodloveSimpleChapterModulesetChapters in interface PodloveSimpleChapterModulechapters - List of SimpleChapters of an item elementpublic Class<? extends CopyFrom> getInterface()
getInterface in interface CopyFrompublic String getUri()
getUri in interface ModulegetUri in class ModuleImplpublic Object clone() throws CloneNotSupportedException
clone in interface Moduleclone in class ModuleImplCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class ModuleImplpublic int hashCode()
hashCode in class ModuleImplpublic String toString()
toString in class ModuleImplCopyright © 2021. All rights reserved.