public class FeedpressModuleImpl extends ModuleImpl implements FeedpressModule
URI| Constructor and Description |
|---|
FeedpressModuleImpl() |
| 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.lang.String |
getCssFile()
Get the Feedpress CSS file.
|
java.lang.Class<? extends CopyFrom> |
getInterface()
Returns the interface the copyFrom works on.
|
java.lang.String |
getLocale()
Get the Feedpress locale identifier.
|
java.lang.String |
getNewsletterId()
Get the Feedpress newsletter ID.
|
java.lang.String |
getPodcastId()
Get the Feedpress podcast ID.
|
java.lang.String |
getUri()
Returns the URI of the module.
|
int |
hashCode()
Returns a hashcode value for the object.
|
void |
setCssFile(java.lang.String cssFile)
Set the Feedpress CSS file.
|
void |
setLocale(java.lang.String locale)
Set the Feedpress locale identifier.
|
void |
setNewsletterId(java.lang.String newsletterId)
Set t Feedpress newsletter ID.
|
void |
setPodcastId(java.lang.String podcastId)
Set the Feedpress podcast ID.
|
java.lang.String |
toString()
Returns the String representation for the object.
|
public java.lang.String getNewsletterId()
FeedpressModulegetNewsletterId in interface FeedpressModulepublic void setNewsletterId(java.lang.String newsletterId)
FeedpressModulesetNewsletterId in interface FeedpressModulenewsletterId - The Feedpress newsletter ID.public java.lang.String getLocale()
FeedpressModulegetLocale in interface FeedpressModulepublic void setLocale(java.lang.String locale)
FeedpressModulesetLocale in interface FeedpressModulelocale - The Feedpress locale identifier.public java.lang.String getPodcastId()
FeedpressModulegetPodcastId in interface FeedpressModulepublic void setPodcastId(java.lang.String podcastId)
FeedpressModulesetPodcastId in interface FeedpressModulepodcastId - The Feedpress podcast ID.public java.lang.String getCssFile()
FeedpressModulegetCssFile in interface FeedpressModulepublic void setCssFile(java.lang.String cssFile)
FeedpressModulesetCssFile in interface FeedpressModulecssFile - The Feedpress CSS file.public 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.