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, setSummary
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAuthor, getBlock, getExplicit, getImage, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setImage, setKeywords, setSubtitle, setSummary
getInterface
public List<Category> getCategories()
getCategories
in interface FeedInformation
public void setCategories(List<Category> categories)
setCategories
in interface FeedInformation
categories
- The parent categories for this feedpublic boolean getComplete()
getComplete
in interface FeedInformation
public void setComplete(boolean complete)
setComplete
in interface FeedInformation
public String getNewFeedUrl()
getNewFeedUrl
in interface FeedInformation
public void setNewFeedUrl(String newFeedUrl)
setNewFeedUrl
in interface FeedInformation
public String getOwnerName()
getOwnerName
in interface FeedInformation
public void setOwnerName(String ownerName)
setOwnerName
in interface FeedInformation
ownerName
- Sets the owner name for the feedpublic String getOwnerEmailAddress()
getOwnerEmailAddress
in interface FeedInformation
public void setOwnerEmailAddress(String ownerEmailAddress)
setOwnerEmailAddress
in interface FeedInformation
ownerEmailAddress
- Sets the owner email address for the feed.public void copyFrom(CopyFrom obj)
public Object clone()
clone
in interface Module
clone
in class AbstractITunesObject
public String toString()
toString
in class AbstractITunesObject
Copyright © 2019. All rights reserved.