public class BlogListItem extends IdentifiableEntityData
Constructor and Description |
---|
BlogListItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getBlogId()
Backwards compatibility method.
|
Date |
getCreationDate() |
Date |
getLastModificationDate() |
String |
getTitle() |
void |
setBlogId(Long blogId)
Backwards compatibility method which delegates to
IdentifiableEntityData.setId(Long) |
void |
setCreationDate(Date creationDate)
Set the creation date of the blog
|
void |
setLastModificationDate(Date lastModificationDate)
Set the last modification date of the blog
|
void |
setTitle(String title)
Set the title of the topic
|
copy, equals, getId, getProperties, getProperty, hashCode, setId, setProperty
public Long getBlogId()
IdentifiableEntityData.getId()
.public Date getCreationDate()
public Date getLastModificationDate()
public String getTitle()
public void setBlogId(Long blogId)
IdentifiableEntityData.setId(Long)
blogId
- set the ID of the topicpublic void setCreationDate(Date creationDate)
creationDate
- the creation date of the blogpublic void setLastModificationDate(Date lastModificationDate)
lastModificationDate
- the modification date of the blogpublic void setTitle(String title)
title
- the titleCopyright © 2019 Communote team. All rights reserved.