Package org.eclipse.emf.cdo.lm.reviews
Schnittstelle Authorable
- Alle Superschnittstellen:
CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SystemElement
- Alle bekannten Implementierungsklassen:
CommentImpl
,TopicImpl
A representation of the model object 'Authorable'.
- Seit:
- 1.2
The following features are supported:
- Siehe auch:
- Generated
- Model
- interface="true" abstract="true"
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Author' attribute.long
Returns the value of the 'Creation Time' attribute.long
Returns the value of the 'Edit Time' attribute.int
getId()
Returns the value of the 'Id' attribute.getText()
Returns the value of the 'Text' attribute.void
Sets the value of the 'Author
' attribute.void
setCreationTime
(long value) Sets the value of the 'Creation Time
' attribute.void
setEditTime
(long value) Sets the value of the 'Edit Time
' attribute.void
setId
(int value) Sets the value of the 'Id
' attribute.void
Sets the value of the 'Text
' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Methodendetails
-
getId
int getId()Returns the value of the 'Id' attribute.- Gibt zurück:
- the value of the 'Id' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setId
void setId(int value) Sets the value of the 'Id
' attribute.- Parameter:
value
- the new value of the 'Id' attribute.- Siehe auch:
- Generated
-
getText
String getText()Returns the value of the 'Text' attribute.- Gibt zurück:
- the value of the 'Text' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setText
Sets the value of the 'Text
' attribute.- Parameter:
value
- the new value of the 'Text' attribute.- Siehe auch:
- Generated
-
getAuthor
String getAuthor()Returns the value of the 'Author' attribute.- Gibt zurück:
- the value of the 'Author' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setAuthor
Sets the value of the 'Author
' attribute.- Parameter:
value
- the new value of the 'Author' attribute.- Siehe auch:
- Generated
-
getCreationTime
long getCreationTime()Returns the value of the 'Creation Time' attribute.- Gibt zurück:
- the value of the 'Creation Time' attribute.
- Siehe auch:
- Generated
- Model
-
setCreationTime
void setCreationTime(long value) Sets the value of the 'Creation Time
' attribute.- Parameter:
value
- the new value of the 'Creation Time' attribute.- Siehe auch:
- Generated
-
getEditTime
long getEditTime()Returns the value of the 'Edit Time' attribute.- Gibt zurück:
- the value of the 'Edit Time' attribute.
- Siehe auch:
- Generated
- Model
-
setEditTime
void setEditTime(long value) Sets the value of the 'Edit Time
' attribute.- Parameter:
value
- the new value of the 'Edit Time' attribute.- Siehe auch:
- Generated
-