org.apache.commons.feedparser.post
Class PostEntry

java.lang.Object
  extended by org.apache.commons.feedparser.post.PostEntry

public class PostEntry
extends Object

A PostAgent allows a developer to post to a given weblog.

Version:
$Id: PostEntry.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton (burtonator)

Field Summary
 String description
           
 String title
           
 
Constructor Summary
PostEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title

description

public String description
Constructor Detail

PostEntry

public PostEntry()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.