|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.syndication.feed.synd.SyndEntryImpl
public class SyndEntryImpl
Bean for entries of SyndFeedImpl feeds.
| フィールドの概要 | |
|---|---|
static java.util.Set |
CONVENIENCE_PROPERTIES
Unmodifiable Set containing the convenience properties of this class. |
| コンストラクタの概要 | |
|---|---|
|
SyndEntryImpl()
Default constructor. |
protected |
SyndEntryImpl(java.lang.Class beanClass,
java.util.Set convenienceProperties)
For implementations extending SyndEntryImpl to be able to use the ObjectBean functionality with extended interfaces. |
| メソッドの概要 | |
|---|---|
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object. |
void |
copyFrom(java.lang.Object obj)
Copies all the properties of the given bean into this one. |
boolean |
equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method. |
java.lang.String |
getAuthor()
Returns the entry author. |
java.util.List |
getAuthors()
Returns the entry authors. |
java.util.List |
getCategories()
Returns the entry categories. |
java.util.List |
getContents()
Returns the entry contents. |
java.util.List |
getContributors()
Returns the feed author. |
SyndContent |
getDescription()
Returns the entry description. |
java.util.List |
getEnclosures()
Returns the entry enclosures. |
java.lang.Object |
getForeignMarkup()
Returns foreign markup found at channel level. |
java.lang.Class |
getInterface()
Returns the interface the copyFrom works on. |
java.lang.String |
getLink()
Returns the entry link. |
java.util.List |
getLinks()
Returns the links |
Module |
getModule(java.lang.String uri)
Returns the module identified by a given URI. |
java.util.List |
getModules()
Returns the entry modules. |
java.util.Date |
getPublishedDate()
Returns the entry published date. |
SyndFeed |
getSource()
Returns the entry source. |
java.lang.String |
getTitle()
Returns the entry title. |
SyndContent |
getTitleEx()
Returns the entry title as a text construct. |
java.util.Date |
getUpdatedDate()
Returns the updatedDate |
java.lang.String |
getUri()
Returns the entry URI. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAuthor(java.lang.String author)
Sets the entry author. |
void |
setAuthors(java.util.List authors)
Sets the entry author. |
void |
setCategories(java.util.List categories)
Sets the entry categories. |
void |
setContents(java.util.List contents)
Sets the entry contents. |
void |
setContributors(java.util.List contributors)
Sets the feed contributors. |
void |
setDescription(SyndContent description)
Sets the entry description. |
void |
setEnclosures(java.util.List enclosures)
Sets the entry enclosures. |
void |
setForeignMarkup(java.lang.Object foreignMarkup)
Sets foreign markup found at channel level. |
void |
setLink(java.lang.String link)
Sets the entry link. |
void |
setLinks(java.util.List links)
Set the links |
void |
setModules(java.util.List modules)
Sets the entry modules. |
void |
setPublishedDate(java.util.Date publishedDate)
Sets the entry published date. |
void |
setSource(SyndFeed source)
Sets the entry source feed (for use if different from containing feed) |
void |
setTitle(java.lang.String title)
Sets the entry title. |
void |
setTitleEx(SyndContent title)
Sets the entry title as a text construct. |
void |
setUpdatedDate(java.util.Date updatedDate)
Set the updatedDate |
void |
setUri(java.lang.String uri)
Sets the entry URI. |
java.lang.String |
toString()
Returns the String representation for the object. |
| クラス java.lang.Object から継承されたメソッド |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final java.util.Set CONVENIENCE_PROPERTIES
Convenience properties are mapped to Modules, for cloning the convenience properties can be ignored as the will be copied as part of the module cloning.
| コンストラクタの詳細 |
|---|
protected SyndEntryImpl(java.lang.Class beanClass,
java.util.Set convenienceProperties)
beanClass - convenienceProperties - set containing the convenience properties of the SyndEntryImpl
(the are ignored during cloning, check CloneableBean for details).public SyndEntryImpl()
| メソッドの詳細 |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
SyndEntry 内の clonejava.lang.Object 内の clonejava.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.public boolean equals(java.lang.Object other)
java.lang.Object 内の equalsother - he reference object with which to compare.
public int hashCode()
It follows the contract defined by the Object hashCode() method.
java.lang.Object 内の hashCodepublic java.lang.String toString()
java.lang.Object 内の toStringpublic java.lang.String getUri()
How the entry URI maps to a concrete feed type (RSS or Atom) depends on the concrete feed type. This is explained in detail in Rome documentation, Feed and entry URI mapping.
The returned URI is a normalized URI as specified in RFC 2396bis.
SyndEntry 内の getUripublic void setUri(java.lang.String uri)
How the entry URI maps to a concrete feed type (RSS or Atom) depends on the concrete feed type. This is explained in detail in Rome documentation, Feed and entry URI mapping.
SyndEntry 内の setUriuri - the entry URI to set, null if none.public java.lang.String getTitle()
SyndEntry 内の getTitlepublic void setTitle(java.lang.String title)
SyndEntry 内の setTitletitle - the entry title to set, null if none.public SyndContent getTitleEx()
SyndEntry 内の getTitleExpublic void setTitleEx(SyndContent title)
SyndEntry 内の setTitleExtitle - the entry title to set, null if none.public java.lang.String getLink()
SyndEntry 内の getLinkpublic void setLink(java.lang.String link)
SyndEntry 内の setLinklink - the entry link to set, null if none.public SyndContent getDescription()
SyndEntry 内の getDescriptionpublic void setDescription(SyndContent description)
SyndEntry 内の setDescriptiondescription - the entry description to set, null if none.public java.util.List getContents()
SyndEntry 内の getContentspublic void setContents(java.util.List contents)
SyndEntry 内の setContentscontents - the list of SyndContentImpl elements with the entry contents to set,
an empty list or null if none.public java.util.List getEnclosures()
SyndEntry 内の getEnclosurespublic void setEnclosures(java.util.List enclosures)
SyndEntry 内の setEnclosuresenclosures - the list of SyndEnclosure elements with the entry enclosures to set,
an empty list or null if none.public java.util.Date getPublishedDate()
This method is a convenience method, it maps to the Dublin Core module date.
SyndEntry 内の getPublishedDatepublic void setPublishedDate(java.util.Date publishedDate)
This method is a convenience method, it maps to the Dublin Core module date.
SyndEntry 内の setPublishedDatepublishedDate - the entry published date to set, null if none.public java.util.List getCategories()
SyndEntry 内の getCategoriespublic void setCategories(java.util.List categories)
This method is a convenience method, it maps to the Dublin Core module subjects.
SyndEntry 内の setCategoriescategories - the list of SyndCategoryImpl elements with the entry categories to set,
an empty list or null if none.public java.util.List getModules()
Extendable 内の getModulesSyndEntry 内の getModulespublic void setModules(java.util.List modules)
Extendable 内の setModulesSyndEntry 内の setModulesmodules - the list of ModuleImpl elements with the entry modules to set,
an empty list or null if none.public Module getModule(java.lang.String uri)
Extendable 内の getModuleSyndEntry 内の getModuleuri - the URI of the ModuleImpl.
public java.lang.Class getInterface()
CopyFrom の記述: This is useful when dealing with properties that may have multiple implementations. For example, Module.
CopyFrom 内の getInterfacepublic void copyFrom(java.lang.Object obj)
CopyFrom の記述: Any 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.
CopyFrom 内の copyFromobj - the instance to copy properties from.public java.util.List getLinks()
SyndEntry 内の getLinkspublic void setLinks(java.util.List links)
SyndEntry 内の setLinkslinks - The links to set.public java.util.Date getUpdatedDate()
SyndEntry 内の getUpdatedDatepublic void setUpdatedDate(java.util.Date updatedDate)
SyndEntry 内の setUpdatedDateupdatedDate - The updatedDate to set.public java.util.List getAuthors()
SyndEntry の記述: For Atom feeds, this returns the authors as a list of SyndPerson objects, for RSS feeds this method is a convenience method, it maps to the Dublin Core module creator.
SyndEntry 内の getAuthorspublic void setAuthors(java.util.List authors)
SyndEntry の記述: For Atom feeds, this sets the authors as a list of SyndPerson objects, for RSS feeds this method is a convenience method, it maps to the Dublin Core module creator.
SyndEntry 内の setAuthorsauthors - the feed author to set, null if none.public java.lang.String getAuthor()
This method is a convenience method, it maps to the Dublin Core module creator.
SyndEntry 内の getAuthorpublic void setAuthor(java.lang.String author)
This method is a convenience method, it maps to the Dublin Core module creator.
SyndEntry 内の setAuthorauthor - the entry author to set, null if none.public java.util.List getContributors()
SyndEntry の記述: For Atom feeds, this returns the contributors as a list of SyndPerson objects
SyndEntry 内の getContributorspublic void setContributors(java.util.List contributors)
SyndEntry の記述: Returns contributors as a list of SyndPerson objects.
SyndEntry 内の setContributorscontributors - the feed contributors to set, null if none.public SyndFeed getSource()
SyndEntry の記述: This returns the entry source as a SyndFeed
SyndEntry 内の getSourcepublic void setSource(SyndFeed source)
SyndEntry の記述:
SyndEntry 内の setSourcesource - the original SyndFeed that contained this articlepublic java.lang.Object getForeignMarkup()
SyndEntry 内の getForeignMarkuppublic void setForeignMarkup(java.lang.Object foreignMarkup)
SyndEntry 内の setForeignMarkupforeignMarkup - list of JDOM nodes containing channel-level foreign markup,
an empty list if none.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||