| |
|
| java.lang.Object org.opensubsystems.blog.www.BlogEntryIdentification
BlogEntryIdentification | class BlogEntryIdentification (Code) | | Structure used to identify blog entry on the web.
version: $Id: BlogEntryIdentification.java,v 1.3 2007/02/20 03:52:29 bastafidli Exp $ author: Miro Halas |
m_iBlogEntryIdentification | protected int m_iBlogEntryIdentification(Code) | | Identification of the blog entry.
|
m_objBlogIdentification | protected Object m_objBlogIdentification(Code) | | Identification of the blog. This can be either blog folder (String) or the
blog id (Integer).
|
getBlogEntryIdentification | public int getBlogEntryIdentification()(Code) | | int |
getBlogIdentification | public Object getBlogIdentification()(Code) | | Object |
|
|
|