org.alfresco.service.cmr.blog
Interface BlogPostInfo

All Superinterfaces:
PermissionCheckValue, java.io.Serializable
All Known Implementing Classes:
BlogPostInfoImpl

public interface BlogPostInfo
extends java.io.Serializable, PermissionCheckValue

This class represents a blog post in a blog.

Since:
4.0

Method Summary
 org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
           
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
          Gets the NodeRef representing this blog-post.
 java.lang.String getSystemName()
          Gets the cm:name of the blog post.
 java.lang.String getTitle()
           
 void setTitle(java.lang.String title)
          Sets the Title of the blog post.
 

Method Detail

getNodeRef

org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Gets the NodeRef representing this blog-post.

Specified by:
getNodeRef in interface PermissionCheckValue
Returns:
the underlying value to filter

getContainerNodeRef

org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
Returns:
the NodeRef of the container this belongs to (Site or Otherwise)

getSystemName

java.lang.String getSystemName()
Gets the cm:name of the blog post.


getTitle

java.lang.String getTitle()
Returns:
the Title of the blog post.

setTitle

void setTitle(java.lang.String title)
Sets the Title of the blog post.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.