|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.blog.BlogPostInfoImpl
public class BlogPostInfoImpl
An implementation of a BlogPostInfo
| 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 |
|---|
public BlogPostInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
java.lang.String systemName)
| Method Detail |
|---|
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef in interface PermissionCheckValuegetNodeRef in interface BlogPostInfopublic org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
getContainerNodeRef in interface BlogPostInfopublic java.lang.String getSystemName()
cm:name of the blog post.
getSystemName in interface BlogPostInfopublic java.lang.String getTitle()
getTitle in interface BlogPostInfopublic void setTitle(java.lang.String title)
setTitle in interface BlogPostInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||