Interface Comment

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Submission
All Known Implementing Classes:
CommentImpl

public interface Comment
extends Submission
A representation of the model object 'Comment'.

The following features are supported:

See Also:
SocialNetworkPackage.getComment()
  • Method Summary

    Modifier and Type Method 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.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods inherited from interface org.atlanmod.zoo.socialnetwork.Submission

    getComments, getContent, getId, getSubmitter, getTimestamp, setContent, setId, setSubmitter, setTimestamp