public class PodloveSimpleChapterModuleImpl extends ModuleImpl implements PodloveSimpleChapterModule
URI, VERSION| Constructor and Description |
|---|
PodloveSimpleChapterModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object.
|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one as defined by the Object equals()
method.
|
java.util.List<SimpleChapter> |
getChapters()
Returns the SimpleChapters of an item element.
|
java.lang.Class<? extends CopyFrom> |
getInterface()
Returns the interface the copyFrom works on.
|
java.lang.String |
getUri()
Returns the URI of the module.
|
int |
hashCode()
Returns a hashcode value for the object.
|
void |
setChapters(java.util.List<SimpleChapter> chapters)
Sets the SimpleChapters of an item element.
|
java.lang.String |
toString()
Returns the String representation for the object.
|
public java.util.List<SimpleChapter> getChapters()
PodloveSimpleChapterModulegetChapters in interface PodloveSimpleChapterModulepublic void setChapters(java.util.List<SimpleChapter> chapters)
PodloveSimpleChapterModulesetChapters in interface PodloveSimpleChapterModulechapters - List of SimpleChapters of an item elementpublic java.lang.Class<? extends CopyFrom> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic 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.String getUri()
ModuleImplgetUri in interface ModulegetUri in class ModuleImplpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
ModuleImplclone in interface Moduleclone in class ModuleImpljava.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.public boolean equals(java.lang.Object obj)
ModuleImplequals in class ModuleImplobj - he reference object with which to compare.public int hashCode()
ModuleImplIt follows the contract defined by the Object hashCode() method.
hashCode in class ModuleImplpublic java.lang.String toString()
ModuleImpltoString in class ModuleImplCopyright © 2025. All rights reserved.