public class MinimalBlogData extends IdentifiableEntityData
Constructor and Description |
---|
MinimalBlogData()
Create a new empty list item.
|
MinimalBlogData(Long id,
String alias,
String title)
Create a new list item.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
Long |
getBlogId()
Deprecated.
|
String |
getNameIdentifier() |
String |
getTitle() |
void |
setAlias(String alias)
Set the alias of the topic
|
void |
setBlogId(Long blogId)
Deprecated.
|
void |
setNameIdentifier(String alias)
Calls
setAlias(String) . |
void |
setTitle(String title)
Set the title of the topic
|
String |
toString() |
copy, equals, getId, getProperties, getProperty, hashCode, setId, setProperty
public String getAlias()
@Deprecated public Long getBlogId()
IdentifiableEntityData.getId()
public String getNameIdentifier()
getAlias()
public String getTitle()
public void setAlias(String alias)
alias
- The alias of the topic@Deprecated public void setBlogId(Long blogId)
IdentifiableEntityData.setId(Long)
public void setNameIdentifier(String alias)
setAlias(String)
.alias
- The alias of the topicpublic void setTitle(String title)
title
- the title of the topicCopyright © 2019 Communote team. All rights reserved.