public class BlogEntrySummary extends MapObject
Constructor and Description |
---|
BlogEntrySummary() |
BlogEntrySummary(Map data) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
the id of the blog entry
|
int |
getLocks()
the number of locks current on this page
|
Date |
getPublishDate()
the date the blog post was published
|
String |
getSpace()
the key of the space that this blog entry belongs to
|
String |
getTitle()
the title of the blog entry
|
String |
getUrl()
the url to view this blog entry online
|
void |
setId(String id) |
void |
setLocks(int locks) |
void |
setPublishDate(Date publishDate) |
void |
setSpace(String space) |
void |
setTitle(String title) |
void |
setUrl(String url) |
Map |
toRawMap() |
public BlogEntrySummary()
public BlogEntrySummary(Map data)
public String getId()
public void setId(String id)
public String getSpace()
public void setSpace(String space)
public String getTitle()
public void setTitle(String title)
public String getUrl()
public void setUrl(String url)
public int getLocks()
public void setLocks(int locks)
public Date getPublishDate()
public void setPublishDate(Date publishDate)
Copyright © 2016 The Codehaus Foundation. All rights reserved.