public interface Comment extends Submission
The following features are supported:
SocialNetworkPackage.getComment()| Modifier and Type | Method and Description |
|---|---|
Submission |
getCommented()
Returns the value of the 'Commented' container reference.
|
org.eclipse.emf.common.util.EList<User> |
getLikedBy()
Returns the value of the 'Liked By' reference list.
|
Post |
getPost()
Returns the value of the 'Post' reference.
|
void |
setPost(Post value)
Sets the value of the '
Post' reference. |
getComments, getContent, getId, getSubmitter, getTimestamp, setContent, setId, setSubmitter, setTimestampSubmission getCommented()
Comments'.
SocialNetworkPackage.getComment_Commented(),
Submission.getComments()org.eclipse.emf.common.util.EList<User> getLikedBy()
User.
It is bidirectional and its opposite is 'Likes'.
SocialNetworkPackage.getComment_LikedBy(),
User.getLikes()Post getPost()
setPost(Post),
SocialNetworkPackage.getComment_Post()Copyright © 2018–2020 Atlanmod. All rights reserved.