org.alfresco.repo.blog
Class BlogPostInfoImpl

java.lang.Object
  extended by org.alfresco.repo.blog.BlogPostInfoImpl
All Implemented Interfaces:
java.io.Serializable, PermissionCheckValue, BlogPostInfo

public class BlogPostInfoImpl
extends java.lang.Object
implements BlogPostInfo

An implementation of a BlogPostInfo

Since:
4.0
See Also:
Serialized Form

Constructor Summary
BlogPostInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.cmr.repository.NodeRef containerNodeRef, java.lang.String systemName)
           
 
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)
          Set the Title of the blog post.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogPostInfoImpl

public BlogPostInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                        org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
                        java.lang.String systemName)
Method Detail

getNodeRef

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

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

getContainerNodeRef

public org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
Specified by:
getContainerNodeRef in interface BlogPostInfo
Returns:
the NodeRef of the container this belongs to (Site or Otherwise)

getSystemName

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

Specified by:
getSystemName in interface BlogPostInfo
Returns:

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface BlogPostInfo
Returns:
the Title of the blog post.

setTitle

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

Specified by:
setTitle in interface BlogPostInfo


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