public class BlogPostInfoImpl extends Object implements BlogPostInfo
BlogPostInfo| Constructor and Description |
|---|
BlogPostInfoImpl(NodeRef nodeRef,
NodeRef containerNodeRef,
String systemName) |
| Modifier and Type | Method and Description |
|---|---|
NodeRef |
getContainerNodeRef() |
NodeRef |
getNodeRef()
Gets the NodeRef representing this blog-post.
|
String |
getSystemName()
Gets the
cm:name of the blog post. |
String |
getTitle() |
void |
setTitle(String title)
Set the Title of the blog post.
|
public NodeRef getNodeRef()
getNodeRef in interface PermissionCheckValuegetNodeRef in interface BlogPostInfopublic NodeRef getContainerNodeRef()
getContainerNodeRef in interface BlogPostInfopublic String getSystemName()
cm:name of the blog post.getSystemName in interface BlogPostInfopublic String getTitle()
getTitle in interface BlogPostInfopublic void setTitle(String title)
setTitle in interface BlogPostInfoCopyright © 2005–2020 Alfresco Software. All rights reserved.