public class FeedpressModuleImpl extends ModuleImpl implements FeedpressModule, Cloneable, Serializable
URI| Constructor and Description |
|---|
FeedpressModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copyFrom(CopyFrom obj) |
boolean |
equals(Object obj) |
String |
getCssFile()
Get the Feedpress CSS file.
|
Class<? extends CopyFrom> |
getInterface() |
String |
getLocale()
Get the Feedpress locale identifier.
|
String |
getNewsletterId()
Get the Feedpress newsletter ID.
|
String |
getPodcastId()
Get the Feedpress podcast ID.
|
String |
getUri() |
int |
hashCode() |
void |
setCssFile(String cssFile)
Set the Feedpress CSS file.
|
void |
setLocale(String locale)
Set the Feedpress locale identifier.
|
void |
setNewsletterId(String newsletterId)
Set t Feedpress newsletter ID.
|
void |
setPodcastId(String podcastId)
Set the Feedpress podcast ID.
|
String |
toString() |
public String getNewsletterId()
FeedpressModulegetNewsletterId in interface FeedpressModulepublic void setNewsletterId(String newsletterId)
FeedpressModulesetNewsletterId in interface FeedpressModulenewsletterId - The Feedpress newsletter ID.public String getLocale()
FeedpressModulegetLocale in interface FeedpressModulepublic void setLocale(String locale)
FeedpressModulesetLocale in interface FeedpressModulelocale - The Feedpress locale identifier.public String getPodcastId()
FeedpressModulegetPodcastId in interface FeedpressModulepublic void setPodcastId(String podcastId)
FeedpressModulesetPodcastId in interface FeedpressModulepodcastId - The Feedpress podcast ID.public String getCssFile()
FeedpressModulegetCssFile in interface FeedpressModulepublic void setCssFile(String cssFile)
FeedpressModulesetCssFile in interface FeedpressModulecssFile - The Feedpress CSS file.public 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.