Class SubmissionImpl

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.atlanmod.DefaultSerializableEObject
org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
All Implemented Interfaces:
Serializable, SerializableEObject, Submission, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject
Direct Known Subclasses:
CommentImpl, PostImpl

public abstract class SubmissionImpl
extends DefaultSerializableEObject
implements Submission
An implementation of the model object 'Submission'.

The following features are implemented:

See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

    org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl

    Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl

    org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject

    org.eclipse.emf.ecore.InternalEObject.EStore
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected org.eclipse.emf.common.util.EList<Comment> comments
    The cached value of the 'Comments' containment reference list.
    protected String content
    The cached value of the 'Content' attribute.
    protected static String CONTENT_EDEFAULT
    The default value of the 'Content' attribute.
    protected String id
    The cached value of the 'Id' attribute.
    protected static String ID_EDEFAULT
    The default value of the 'Id' attribute.
    protected User submitter
    The cached value of the 'Submitter' reference.
    protected Date timestamp
    The cached value of the 'Timestamp' attribute.
    protected static Date TIMESTAMP_EDEFAULT
    The default value of the 'Timestamp' attribute.

    Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl

    eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY

    Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

    EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET

    Fields inherited from interface org.eclipse.emf.ecore.InternalEObject

    EOPPOSITE_FEATURE_BASE
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected SubmissionImpl()
  • Method Summary

    Modifier and Type Method Description
    User basicGetSubmitter()
    org.eclipse.emf.common.notify.NotificationChain basicSetSubmitter​(User newSubmitter, org.eclipse.emf.common.notify.NotificationChain msgs)
    Object eGet​(int featureID, boolean resolve, boolean coreType)
    org.eclipse.emf.common.notify.NotificationChain eInverseAdd​(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
    org.eclipse.emf.common.notify.NotificationChain eInverseRemove​(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
    boolean eIsSet​(int featureID)
    void eSet​(int featureID, Object newValue)
    protected org.eclipse.emf.ecore.EClass eStaticClass()
    void eUnset​(int featureID)
    org.eclipse.emf.common.util.EList<Comment> getComments()
    String getContent()
    String getId()
    User getSubmitter()
    Date getTimestamp()
    void setContent​(String newContent)
    void setId​(String newId)
    void setSubmitter​(User newSubmitter)
    void setTimestamp​(Date newTimestamp)
    String toString()

    Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl

    eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI

    Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

    eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues

    Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl

    eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    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.ecore.InternalEObject

    eNotificationRequired

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

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Field Details

    • ID_EDEFAULT

      protected static final String ID_EDEFAULT
      The default value of the 'Id' attribute.
      See Also:
      getId()
    • id

      protected String id
      The cached value of the 'Id' attribute.
      See Also:
      getId()
    • TIMESTAMP_EDEFAULT

      protected static final Date TIMESTAMP_EDEFAULT
      The default value of the 'Timestamp' attribute.
      See Also:
      getTimestamp()
    • timestamp

      protected Date timestamp
      The cached value of the 'Timestamp' attribute.
      See Also:
      getTimestamp()
    • CONTENT_EDEFAULT

      protected static final String CONTENT_EDEFAULT
      The default value of the 'Content' attribute.
      See Also:
      getContent()
    • content

      protected String content
      The cached value of the 'Content' attribute.
      See Also:
      getContent()
    • submitter

      protected User submitter
      The cached value of the 'Submitter' reference.
      See Also:
      getSubmitter()
    • comments

      protected org.eclipse.emf.common.util.EList<Comment> comments
      The cached value of the 'Comments' containment reference list.
      See Also:
      getComments()
  • Constructor Details

    • SubmissionImpl

      protected SubmissionImpl()
  • Method Details

    • eStaticClass

      protected org.eclipse.emf.ecore.EClass eStaticClass()
      Overrides:
      eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImpl
    • getId

      public String getId()
      Specified by:
      getId in interface Submission
      Returns:
      the value of the 'Id' attribute.
      See Also:
      Submission.setId(String), SocialNetworkPackage.getSubmission_Id()
    • setId

      public void setId​(String newId)
      Specified by:
      setId in interface Submission
      Parameters:
      newId - the new value of the 'Id' attribute.
      See Also:
      Submission.getId()
    • getTimestamp

      public Date getTimestamp()
      Specified by:
      getTimestamp in interface Submission
      Returns:
      the value of the 'Timestamp' attribute.
      See Also:
      Submission.setTimestamp(Date), SocialNetworkPackage.getSubmission_Timestamp()
    • setTimestamp

      public void setTimestamp​(Date newTimestamp)
      Specified by:
      setTimestamp in interface Submission
      Parameters:
      newTimestamp - the new value of the 'Timestamp' attribute.
      See Also:
      Submission.getTimestamp()
    • getContent

      public String getContent()
      Specified by:
      getContent in interface Submission
      Returns:
      the value of the 'Content' attribute.
      See Also:
      Submission.setContent(String), SocialNetworkPackage.getSubmission_Content()
    • setContent

      public void setContent​(String newContent)
      Specified by:
      setContent in interface Submission
      Parameters:
      newContent - the new value of the 'Content' attribute.
      See Also:
      Submission.getContent()
    • getSubmitter

      public User getSubmitter()
      Specified by:
      getSubmitter in interface Submission
      Returns:
      the value of the 'Submitter' reference.
      See Also:
      Submission.setSubmitter(User), SocialNetworkPackage.getSubmission_Submitter(), User.getSubmissions()
    • basicGetSubmitter

      public User basicGetSubmitter()
    • basicSetSubmitter

      public org.eclipse.emf.common.notify.NotificationChain basicSetSubmitter​(User newSubmitter, org.eclipse.emf.common.notify.NotificationChain msgs)
    • setSubmitter

      public void setSubmitter​(User newSubmitter)
      Specified by:
      setSubmitter in interface Submission
      Parameters:
      newSubmitter - the new value of the 'Submitter' reference.
      See Also:
      Submission.getSubmitter()
    • getComments

      public org.eclipse.emf.common.util.EList<Comment> getComments()
      Specified by:
      getComments in interface Submission
      Returns:
      the value of the 'Comments' containment reference list.
      See Also:
      SocialNetworkPackage.getSubmission_Comments(), Comment.getCommented()
    • eInverseAdd

      public org.eclipse.emf.common.notify.NotificationChain eInverseAdd​(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
      Overrides:
      eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
    • eInverseRemove

      public org.eclipse.emf.common.notify.NotificationChain eInverseRemove​(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
      Overrides:
      eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
    • eGet

      public Object eGet​(int featureID, boolean resolve, boolean coreType)
      Specified by:
      eGet in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
    • eSet

      public void eSet​(int featureID, Object newValue)
      Specified by:
      eSet in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
    • eUnset

      public void eUnset​(int featureID)
      Specified by:
      eUnset in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
    • eIsSet

      public boolean eIsSet​(int featureID)
      Specified by:
      eIsSet in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
    • toString

      public String toString()
      Overrides:
      toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl