Interface Comment

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    CommentImpl

    public interface Comment
    extends org.eclipse.emf.cdo.CDOObject
    A representation of the model object 'Comment'.

    The following features are supported:

    See Also:
    PropertiesPackage.getComment()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCreated()
      Returns the value of the 'Created' attribute.
      String getMessage()
      Returns the value of the 'Message' attribute.
      String getUser()
      Returns the value of the 'User' attribute.
      void setCreated​(long value)
      Sets the value of the 'Created' attribute.
      void setMessage​(String value)
      Sets the value of the 'Message' attribute.
      void setUser​(String value)
      Sets the value of the 'User' attribute.
      • Methods inherited from interface org.eclipse.emf.cdo.CDOObject

        cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
      • 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
    • Method Detail

      • getUser

        String getUser()
        Returns the value of the 'User' attribute.

        If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'User' attribute.
        See Also:
        setUser(String), PropertiesPackage.getComment_User()
      • setUser

        void setUser​(String value)
        Sets the value of the 'User' attribute.
        Parameters:
        value - the new value of the 'User' attribute.
        See Also:
        getUser()
      • setMessage

        void setMessage​(String value)
        Sets the value of the 'Message' attribute.
        Parameters:
        value - the new value of the 'Message' attribute.
        See Also:
        getMessage()
      • getCreated

        long getCreated()
        Returns the value of the 'Created' attribute.

        If the meaning of the 'Created' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Created' attribute.
        See Also:
        setCreated(long), PropertiesPackage.getComment_Created()
      • setCreated

        void setCreated​(long value)
        Sets the value of the 'Created' attribute.
        Parameters:
        value - the new value of the 'Created' attribute.
        See Also:
        getCreated()