Java Doc for SyndEntry.java in  » RSS-RDF » Rome » com » sun » syndication » feed » synd » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » Rome » com.sun.syndication.feed.synd 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.syndication.feed.synd.SyndEntry

All known Subclasses:   com.sun.syndication.feed.synd.SyndEntryImpl,
SyndEntry
public interface SyndEntry extends Cloneable,CopyFrom,Extendable(Code)
Bean interface for entries of SyndFeedImpl feeds.


author:
   Alejandro Abdelnur





Method Summary
public  Objectclone()
     Creates a deep clone of the object.
 StringgetAuthor()
     Returns the name of the first entry author in the collection of authors.
 ListgetAuthors()
     Returns the entry authors.
 ListgetCategories()
     Returns the entry categories.
 ListgetContents()
     Returns the entry contents.
 ListgetContributors()
     Returns the feed author.
 SyndContentgetDescription()
     Returns the entry description.
public  ListgetEnclosures()
     Returns the entry enclosures.
public  ObjectgetForeignMarkup()
     Returns foreign markup found at channel level.
 StringgetLink()
     Returns the entry link.
 ListgetLinks()
    
public  ModulegetModule(String uri)
     Returns the module identified by a given URI.


Parameters:
  uri - the URI of the ModuleImpl.

 ListgetModules()
     Returns the entry modules.
 DategetPublishedDate()
     Returns the entry published date.
 StringgetTitle()
     Returns the entry title.
 SyndContentgetTitleEx()
     Returns the entry title as a text construct.
 DategetUpdatedDate()
     Returns the entry updated date.
 StringgetUri()
     Returns the entry URI.

How the entry URI maps to a concrete feed type (RSS or Atom) depends on the concrete feed type.

 voidsetAuthor(String author)
     Sets the entry author.
 voidsetAuthors(List authors)
     Sets the entry author.
 voidsetCategories(List categories)
     Sets the entry categories.
 voidsetContents(List contents)
     Sets the entry contents.
 voidsetContributors(List contributors)
     Sets the feed author.
 voidsetDescription(SyndContent description)
     Sets the entry description.
public  voidsetEnclosures(List enclosures)
     Sets the entry enclosures.
public  voidsetForeignMarkup(Object foreignMarkup)
     Sets foreign markup found at channel level.
 voidsetLink(String link)
     Sets the entry link.
 voidsetLinks(List links)
     Sets the entry links.
 voidsetModules(List modules)
     Sets the entry modules.
 voidsetPublishedDate(Date publishedDate)
     Sets the entry published date.
 voidsetTitle(String title)
     Sets the entry title.
 voidsetTitleEx(SyndContent title)
     Sets the entry title as a text construct.
 voidsetUpdatedDate(Date updatedDate)
     Sets the entry updated date.
 voidsetUri(String uri)
     Sets the entry URI.

How the entry URI maps to a concrete feed type (RSS or Atom) depends on the concrete feed type.




Method Detail
clone
public Object clone() throws CloneNotSupportedException(Code)
Creates a deep clone of the object.

a clone of the object.
throws:
  CloneNotSupportedException - thrown if an element of the object cannot be cloned.




getAuthor
String getAuthor()(Code)
Returns the name of the first entry author in the collection of authors.

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.

the feed author, null if none.




getAuthors
List getAuthors()(Code)
Returns the entry authors.

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.

the feed author, null if none.




getCategories
List getCategories()(Code)
Returns the entry categories.

This method is a convenience method, it maps to the Dublin Core module subjects.

a list of SyndCategoryImpl elements with the entry categories,an empty list if none.




getContents
List getContents()(Code)
Returns the entry contents.

a list of SyndContentImpl elements with the entry contents,an empty list if none.




getContributors
List getContributors()(Code)
Returns the feed author.

For Atom feeds, this returns the contributors as a list of SyndPerson objects

the feed author, null if none.




getDescription
SyndContent getDescription()(Code)
Returns the entry description.

the entry description, null if none.




getEnclosures
public List getEnclosures()(Code)
Returns the entry enclosures.

a list of SyndEnclosure elements with the entry enclosures,an empty list if none.




getForeignMarkup
public Object getForeignMarkup()(Code)
Returns foreign markup found at channel level.

Opaque object to discourage use




getLink
String getLink()(Code)
Returns the entry link.

the entry link, null if none.




getLinks
List getLinks()(Code)
Returns the entry links

the entry links, null if none.




getModule
public Module getModule(String uri)(Code)
Returns the module identified by a given URI.


Parameters:
  uri - the URI of the ModuleImpl. The module with the given URI, null if none.




getModules
List getModules()(Code)
Returns the entry modules.

a list of ModuleImpl elements with the entry modules,an empty list if none.




getPublishedDate
Date getPublishedDate()(Code)
Returns the entry published date.

This method is a convenience method, it maps to the Dublin Core module date.

the entry published date, null if none.




getTitle
String getTitle()(Code)
Returns the entry title.

the entry title, null if none.




getTitleEx
SyndContent getTitleEx()(Code)
Returns the entry title as a text construct.

the entry title, null if none.




getUpdatedDate
Date getUpdatedDate()(Code)
Returns the entry updated date.

the entry updated date, null if none.




getUri
String getUri()(Code)
Returns the entry 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.

The returned URI is a normalized URI as specified in RFC 2396bis.

the entry URI, null if none.




setAuthor
void setAuthor(String author)(Code)
Sets the entry author.

For Atom feeds, this sets the feed author's name, for RSS feeds this method is a convenience method, it maps to the Dublin Core module creator.


Parameters:
  author - the feed author to set, null if none.




setAuthors
void setAuthors(List authors)(Code)
Sets the entry author.

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.


Parameters:
  author - the feed author to set, null if none.




setCategories
void setCategories(List categories)(Code)
Sets the entry categories.

This method is a convenience method, it maps to the Dublin Core module subjects.


Parameters:
  categories - the list of SyndCategoryImpl elements with the entry categories to set,an empty list or null if none.




setContents
void setContents(List contents)(Code)
Sets the entry contents.


Parameters:
  contents - the list of SyndContentImpl elements with the entry contents to set,an empty list or null if none.




setContributors
void setContributors(List contributors)(Code)
Sets the feed author.

Returns contributors as a list of SyndPerson objects.


Parameters:
  author - the feed author to set, null if none.




setDescription
void setDescription(SyndContent description)(Code)
Sets the entry description.


Parameters:
  description - the entry description to set, null if none.




setEnclosures
public void setEnclosures(List enclosures)(Code)
Sets the entry enclosures.


Parameters:
  enclosures - the list of SyndEnclosure elements with the entry enclosures to set,an empty list or null if none.




setForeignMarkup
public void setForeignMarkup(Object foreignMarkup)(Code)
Sets foreign markup found at channel level.


Parameters:
  foreignMarkup - Opaque object to discourage use




setLink
void setLink(String link)(Code)
Sets the entry link.


Parameters:
  link - the entry link to set, null if none.




setLinks
void setLinks(List links)(Code)
Sets the entry links.


Parameters:
  links - the entry links to set, null if none.




setModules
void setModules(List modules)(Code)
Sets the entry modules.


Parameters:
  modules - the list of ModuleImpl elements with the entry modules to set,an empty list or null if none.




setPublishedDate
void setPublishedDate(Date publishedDate)(Code)
Sets the entry published date.

This method is a convenience method, it maps to the Dublin Core module date.


Parameters:
  publishedDate - the entry published date to set, null if none.




setTitle
void setTitle(String title)(Code)
Sets the entry title.


Parameters:
  title - the entry title to set, null if none.




setTitleEx
void setTitleEx(SyndContent title)(Code)
Sets the entry title as a text construct.


Parameters:
  title - the entry title to set, null if none.




setUpdatedDate
void setUpdatedDate(Date updatedDate)(Code)
Sets the entry updated date.


Parameters:
  publishedDate - the entry updated date to set, null if none.




setUri
void setUri(String uri)(Code)
Sets the entry 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.


Parameters:
  uri - the entry URI to set, null if none.




www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.