com.xpn.xwiki.atom.lifeblog
Class UserBlog

java.lang.Object
  extended by 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.
 
Constructor Summary
UserBlog()
           
 
Method Summary
 boolean equals(java.lang.Object arg0)
           
 java.lang.String getAlternateHref()
           
 java.lang.String getFeedHref()
           
 java.lang.String getPostHref()
           
 java.lang.String getTitle()
           
 void setAlternateHref(java.lang.String alternateHref)
           
 void setFeedHref(java.lang.String feedHref)
           
 void setPostHref(java.lang.String postHref)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

UserBlog

public UserBlog()
Throws:
XWikiException
Method Detail

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)
Overrides:
equals in class java.lang.Object


Copyright 2003 Ludovic Dubost