public class BlogPostModel extends AbstractModel
Constructor and Description |
---|
BlogPostModel(String title,
String path) |
BlogPostModel(String title,
String path,
String description,
String content,
String author) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getContent() |
String |
getDescription() |
String |
getPath() |
String |
getTitle() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setDescription(String description) |
void |
setPath(String path) |
void |
setTitle(String title) |
addItem, getItems, getModelType, getModelTypeName, hasItems, insertItem
public String getTitle()
public void setTitle(String title)
public String getPath()
public void setPath(String path)
public String getAuthor()
public void setAuthor(String author)
public String getDescription()
public void setDescription(String description)
public String getContent()
public void setContent(String content)
Copyright © 2013 Nuxeo SA. All Rights Reserved.