public class TopicStructureTO extends Object
Constructor and Description |
---|
TopicStructureTO() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getChildTopicsToAdd() |
List<Long> |
getChildTopicsToRemove() |
Boolean |
getToplevel() |
void |
setChildTopicsToAdd(List<Long> childTopicsToAdd)
Set the child topics to be removed
|
void |
setChildTopicsToRemove(List<Long> childTopicsToRemove)
Set the child topics to be removed
|
void |
setToplevel(Boolean toplevel)
Set whether the topic should be marked as top-level topic.
|
public List<Long> getChildTopicsToAdd()
public List<Long> getChildTopicsToRemove()
public Boolean getToplevel()
public void setChildTopicsToAdd(List<Long> childTopicsToAdd)
childTopicsToAdd
- IDs of the topics to be added from the child topics.public void setChildTopicsToRemove(List<Long> childTopicsToRemove)
childTopicsToRemove
- IDs of the topics to be removed from the child topics.public void setToplevel(Boolean toplevel)
toplevel
- whether to mark the topic as top-level topic. Can be null to not change the
top-level flagCopyright © 2019 Communote team. All rights reserved.