ch.odi.justblog.api.blogger
Interface IBloggerEntryExt

All Known Implementing Classes:
PersistentEntryExt

interface IBloggerEntryExt

This is an extension to a Entry object. It provides all the information that a persistent Blogger entry can have.

Author:
oglueck

Method Summary
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 

Method Detail

getId

public java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.


Copyright © 2005 Ortwin Glück. All Rights Reserved.