ALF-10413 Have BlogPostInfo used more, and implement more methods on it

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31185 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2011-10-12 18:03:28 +00:00
parent f522dbad81
commit a8bd2bd7ce
8 changed files with 97 additions and 56 deletions

View File

@@ -52,5 +52,11 @@ import org.alfresco.service.cmr.repository.NodeRef;
*/
String getTitle();
/**
* Sets the Title of the blog post.
*/
void setTitle(String title);
// TODO Remaining fields
// TODO Tags
}