public interface BlogPostInfo extends java.io.Serializable, PermissionCheckValue
| Modifier and Type | Method and Description |
|---|---|
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.
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef in interface PermissionCheckValueorg.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
java.lang.String getSystemName()
cm:name of the blog post.java.lang.String getTitle()
void setTitle(java.lang.String title)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.