Interface Submission

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Serializable, SerializableEObject
All Known Subinterfaces:
Comment, Post
All Known Implementing Classes:
CommentImpl, PostImpl, SubmissionImpl

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

The following features are supported:

See Also:
SocialNetworkPackage.getSubmission()
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList<Comment> getComments()
    Returns the value of the 'Comments' containment reference list.
    String getContent()
    Returns the value of the 'Content' attribute.
    String getId()
    Returns the value of the 'Id' attribute.
    User getSubmitter()
    Returns the value of the 'Submitter' reference.
    Date getTimestamp()
    Returns the value of the 'Timestamp' attribute.
    void setContent​(String value)
    Sets the value of the 'Content' attribute.
    void setId​(String value)
    Sets the value of the 'Id' attribute.
    void setSubmitter​(User value)
    Sets the value of the 'Submitter' reference.
    void setTimestamp​(Date value)
    Sets the value of the 'Timestamp' attribute.

    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