public class FeedInformationImpl extends AbstractITunesObject implements FeedInformation
PREFIX, RDF_URI, URI| Constructor and Description |
|---|
FeedInformationImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns a copy of this FeedInformationImpl object
|
void |
copyFrom(CopyFrom obj)
Required by the ROME API
|
List<Category> |
getCategories()
The parent categories for this feed
|
boolean |
getComplete() |
String |
getNewFeedUrl() |
String |
getOwnerEmailAddress()
Returns the owner email address for the feed.
|
String |
getOwnerName()
Returns the owner name for the feed
|
void |
setCategories(List<Category> categories)
The parent categories for this feed
|
void |
setComplete(boolean complete) |
void |
setNewFeedUrl(String newFeedUrl) |
void |
setOwnerEmailAddress(String ownerEmailAddress)
Sets the owner email address for the feed.
|
void |
setOwnerName(String ownerName)
Sets the owner name for the feed
|
String |
toString() |
getAuthor, getBlock, getExplicit, getImage, getInterface, getKeywords, getSubtitle, getSummary, getUri, setAuthor, setBlock, setExplicit, setImage, setKeywords, setSubtitle, setSummaryequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAuthor, getBlock, getExplicit, getImage, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setImage, setKeywords, setSubtitle, setSummarygetInterfacepublic List<Category> getCategories()
getCategories in interface FeedInformationpublic void setCategories(List<Category> categories)
setCategories in interface FeedInformationcategories - The parent categories for this feedpublic boolean getComplete()
getComplete in interface FeedInformationpublic void setComplete(boolean complete)
setComplete in interface FeedInformationpublic String getNewFeedUrl()
getNewFeedUrl in interface FeedInformationpublic void setNewFeedUrl(String newFeedUrl)
setNewFeedUrl in interface FeedInformationpublic String getOwnerName()
getOwnerName in interface FeedInformationpublic void setOwnerName(String ownerName)
setOwnerName in interface FeedInformationownerName - Sets the owner name for the feedpublic String getOwnerEmailAddress()
getOwnerEmailAddress in interface FeedInformationpublic void setOwnerEmailAddress(String ownerEmailAddress)
setOwnerEmailAddress in interface FeedInformationownerEmailAddress - Sets the owner email address for the feed.public void copyFrom(CopyFrom obj)
public Object clone()
clone in interface Moduleclone in class AbstractITunesObjectpublic String toString()
toString in class AbstractITunesObjectCopyright © 2025. All rights reserved.