public class DiscussionListItem extends Object implements Serializable
Constructor and Description |
---|
DiscussionListItem()
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
copy(DiscussionListItem otherBean)
Copies all properties from the argument value object into this value object.
|
int |
getDiscussionDepth() |
Long |
getDiscussionId() |
Long[] |
getParentDiscussionIds() |
void |
setDiscussionDepth(int discussionDepth) |
void |
setDiscussionId(Long discussionId) |
void |
setParentDiscussionIds(Long[] parentDiscussionIds) |
public void copy(DiscussionListItem otherBean)
otherBean
- the object to copy frompublic int getDiscussionDepth()
public Long getDiscussionId()
public Long[] getParentDiscussionIds()
public void setDiscussionDepth(int discussionDepth)
discussionDepth
- the depth of the associated note within the discussionpublic void setDiscussionId(Long discussionId)
discussionId
- the ID of the discussionpublic void setParentDiscussionIds(Long[] parentDiscussionIds)
parentDiscussionIds
- the IDs of the parent notesCopyright © 2019 Communote team. All rights reserved.