Package org.eclipse.emf.cdo.lm.reviews
Interface Comment
- All Superinterfaces:
Authorable
,CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SystemElement
- All Known Implementing Classes:
CommentImpl
A representation of the model object 'Comment'.
- See Also:
- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Container' container reference.Returns the value of the 'Reply To' reference.Returns the value of the 'Review' reference.void
setContainer
(TopicContainer value) Sets the value of the 'Container
' container reference.void
setReplyTo
(Comment value) Sets the value of the 'Reply To
' reference.Methods inherited from interface org.eclipse.emf.cdo.lm.reviews.Authorable
getAuthor, getCreationTime, getEditTime, getId, getText, setAuthor, setCreationTime, setEditTime, setId, setText
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, 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.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Method Details
-
getContainer
TopicContainer getContainer()Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Comments
'.- Returns:
- the value of the 'Container' container reference.
- Since:
- 1.2
- See Also:
- Generated
- Model
- opposite="comments" resolveProxies="false" required="true" transient="false"
-
setContainer
Sets the value of the 'Container
' container reference.- Parameters:
value
- the new value of the 'Container' container reference.- Since:
- 1.2
- See Also:
- Generated
-
getReplyTo
Comment getReplyTo()Returns the value of the 'Reply To' reference.- Returns:
- the value of the 'Reply To' reference.
- Since:
- 1.2
- See Also:
- Generated
- Model
-
setReplyTo
Sets the value of the 'Reply To
' reference.- Parameters:
value
- the new value of the 'Reply To' reference.- Since:
- 1.2
- See Also:
- Generated
-
getReview
Review getReview()Returns the value of the 'Review' reference.- Returns:
- the value of the 'Review' reference.
- See Also:
- Generated
- Model
- resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
-