com.xpn.xwiki.atom.lifeblog
Class UserBlog
java.lang.Object
com.xpn.xwiki.atom.lifeblog.UserBlog
- public class UserBlog
- extends java.lang.Object
- Author:
- Luis
UserBlog represents a UserBlog entry as per the Lifeblog Posting Protocol Specification.
Field Summary |
private java.lang.String |
alternateHref
The url for retrieving an alternate (normal) representation of this blog. |
private java.lang.String |
feedHref
The url for retrieving a feed for this blog. |
private java.lang.String |
postHref
The url for posting a new entry to this blog. |
private java.lang.String |
title
The user recognizable title of the blog. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
title
private java.lang.String title
- The user recognizable title of the blog.
postHref
private java.lang.String postHref
- The url for posting a new entry to this blog. Something like
http://mywiki.xwiki.com/bin/lifeblog/MyWeb/Blog
feedHref
private java.lang.String feedHref
- The url for retrieving a feed for this blog. Something like
http://mywiki.xwiki.com/bin/view/MyWeb/BlogRss?xpage=rdf
alternateHref
private java.lang.String alternateHref
- The url for retrieving an alternate (normal) representation of this blog. Something like
http://mywiki.xwiki.com/bin/view/MyWeb/Blog
UserBlog
public UserBlog()
- Throws:
XWikiException
getFeedHref
public java.lang.String getFeedHref()
- Returns:
- Returns the feedHref.
getPostHref
public java.lang.String getPostHref()
- Returns:
- Returns the postHref.
getAlternateHref
public java.lang.String getAlternateHref()
- Returns:
- Returns the alternateHref.
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
setAlternateHref
public void setAlternateHref(java.lang.String alternateHref)
- Parameters:
alternateHref
- The alternateHref to set.
setFeedHref
public void setFeedHref(java.lang.String feedHref)
- Parameters:
feedHref
- The feedHref to set.
setPostHref
public void setPostHref(java.lang.String postHref)
- Parameters:
postHref
- The postHref to set.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- The title to set.
equals
public boolean equals(java.lang.Object arg0)
Copyright 2003 Ludovic Dubost