public class BaseTopic extends Object
Constructor and Description |
---|
BaseTopic() |
BaseTopic(Long topicId) |
BaseTopic(String topicAlias) |
Modifier and Type | Method and Description |
---|---|
String |
getTopicAlias()
Gets the topic alias.
|
Long |
getTopicId()
Gets the topic id.
|
void |
setTopicAlias(String topicAlias)
Sets the topic alias.
|
void |
setTopicId(Long topicId)
Sets the topic id.
|
public BaseTopic()
public BaseTopic(Long topicId)
public BaseTopic(String topicAlias)
public String getTopicAlias()
public Long getTopicId()
public void setTopicAlias(String topicAlias)
topicAlias
- the topicAlias to setpublic void setTopicId(Long topicId)
topicId
- the topicId to setCopyright © 2019 Communote team. All rights reserved.