public interface Submission
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SocialNetworkPackage.getSubmission()| Modifier and Type | Method and 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. |
String getId()
setId(String),
SocialNetworkPackage.getSubmission_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()Date getTimestamp()
setTimestamp(Date),
SocialNetworkPackage.getSubmission_Timestamp()void setTimestamp(Date value)
Timestamp' attribute.
value - the new value of the 'Timestamp' attribute.getTimestamp()String getContent()
setContent(String),
SocialNetworkPackage.getSubmission_Content()void setContent(String value)
Content' attribute.
value - the new value of the 'Content' attribute.getContent()User getSubmitter()
Submissions'.
setSubmitter(User),
SocialNetworkPackage.getSubmission_Submitter(),
User.getSubmissions()void setSubmitter(User value)
Submitter' reference.
value - the new value of the 'Submitter' reference.getSubmitter()org.eclipse.emf.common.util.EList<Comment> getComments()
Comment.
It is bidirectional and its opposite is 'Commented'.
SocialNetworkPackage.getSubmission_Comments(),
Comment.getCommented()Copyright © 2018–2020 Atlanmod. All rights reserved.